RELEASE revision 3f54fd611f536639ec30dd53c48e5ec1897cc7d9
76b43e4417bab52e913da39b5f5bc2a130d3f149Timo Sirainen12-07-25 pathprobe.c: fix read() loop to handle EINTR
9c7e765845357342923e16351181091028e5930fTimo Sirainen12-06-28 vmalloc/malloc.c: use sbrk() unless VMALLOC_OPTIONS=mmap or asoinit(0,0,0)!=0 (workaround until next malloc update)
9c7e765845357342923e16351181091028e5930fTimo Sirainen12-06-28 aso/aso.c: asoinit(0,0,0): 0: no specific init, 1: app initialized
9c7e765845357342923e16351181091028e5930fTimo Sirainen12-06-27 sfio/sfvprintf.c: allow { L* z* } aliases for I* -- posix will probably pick one
9c7e765845357342923e16351181091028e5930fTimo Sirainen12-06-26 regex/regnexec.c: fix uninitialized variable reference
9c7e765845357342923e16351181091028e5930fTimo Sirainen12-06-26 comp/setlocale.c: utf8_wctomb() now calls (the corrrect) wc2utf8()
9c7e765845357342923e16351181091028e5930fTimo Sirainen12-06-25 string/chresc.c: accept \u[U+<hex>] and \u{U+<hex>}
9c7e765845357342923e16351181091028e5930fTimo Sirainen12-06-24 regex/regcomp.c: mb [^...] must be marked "complicated"
9c7e765845357342923e16351181091028e5930fTimo Sirainen12-06-20 port/astconf.c: increase DEBUG_astconf error debug levels (may leach into rt output)
9c7e765845357342923e16351181091028e5930fTimo Sirainen12-06-18 sfio/_sfopen.c: add 'e' => O_CLOEXEC
9c7e765845357342923e16351181091028e5930fTimo Sirainen12-06-18 features/fcntl.c: add #define O_CLOEXEC 0 if not defined
9c7e765845357342923e16351181091028e5930fTimo Sirainen12-06-13 features/float: handle __mips c99 peculiarities
9c7e765845357342923e16351181091028e5930fTimo Sirainen12-06-13 features/standards: handle __MACH__ posix peculiarities
9c7e765845357342923e16351181091028e5930fTimo Sirainen12-06-08 sfio/sfclose.c,sfmode.c: sfclose() for sfopopen() stream returns sh-compatible $?
9c7e765845357342923e16351181091028e5930fTimo Sirainen12-06-08 comp/strtold.c: fix header botch that missed ldexpl() prototype -- ouch
9c7e765845357342923e16351181091028e5930fTimo Sirainen12-06-06 misc/proclib.h: partially undo <ast_standards.h> for leaked ancient bsd-isms
9c7e765845357342923e16351181091028e5930fTimo Sirainen12-05-31 misc/proclib.h: <ast_standards.h> for linux undefined struct mmsghdr*
9c7e765845357342923e16351181091028e5930fTimo Sirainen12-05-31 error.h: add ERROR_PIPE(errno) to handle EPIPE and ECONNRESET
9c7e765845357342923e16351181091028e5930fTimo Sirainen12-05-31 Makefile: don't install $(INCLUDEDIR)/prototyped.h: src/cmd/INIT does it
9c7e765845357342923e16351181091028e5930fTimo Sirainen12-05-31 regcomp.c: add (?V...) ~(V...) REG_REGEXP switch
9c7e765845357342923e16351181091028e5930fTimo Sirainen12-05-28 regex: regoff_t in => ssize_t via api 20120528
9c7e765845357342923e16351181091028e5930fTimo Sirainen12-05-21 features/asometh: split intrinsic and method tests so code only instantiated in aso.c
9c7e765845357342923e16351181091028e5930fTimo Sirainen12-05-21 comp/strdup.c: use oldof() since mem overwritten by string copy
9c7e765845357342923e16351181091028e5930fTimo Sirainen12-05-18 misc/stk.c: fix access of moved realloc() data
dcae3eb5daaa06546932da9222df00b04af61380Timo Sirainen12-05-15 misc/optget.c: #? option with no value should have opt_info.num==0
9c7e765845357342923e16351181091028e5930fTimo Sirainen12-05-11 misc/stk.c: fix memmove() read of 1 uninitialized byte
9c7e765845357342923e16351181091028e5930fTimo Sirainen12-05-11 regex/regcoll.c: avoid memcpy() to self
9c7e765845357342923e16351181091028e5930fTimo Sirainen12-05-01 port/astconf.c: fix astconflist() to list standard minmax value if defined
9c7e765845357342923e16351181091028e5930fTimo Sirainen12-04-26 sfio/sftmp.c: fix memory leak due to inadvertent SF_STATIC copy
a8b8cce8569753ed47c94782283a24fb11c5ab52Timo Sirainen12-04-26 sfio/sfwrite.c: fix subtle memory leak (with Vmlast or Vmpool or freeBSD malloc)
9c7e765845357342923e16351181091028e5930fTimo Sirainen12-04-26 vmalloc/vmbest.c: SIGSEGV overcommit check for __linux__ only
9c7e765845357342923e16351181091028e5930fTimo Sirainen12-04-25 vmalloc: add _vmfd() for private close-on-exec fds
9c7e765845357342923e16351181091028e5930fTimo Sirainen12-04-23 sfio_t.h: change getr to 32 bits to prepare for UTF-8 delimiters
9c7e765845357342923e16351181091028e5930fTimo Sirainen12-04-23 features/signal.c: add SIGSTKFLT
9c7e765845357342923e16351181091028e5930fTimo Sirainen12-04-17 regex/regcomp.c: fix (E:...) vs (E)... scoping
9c7e765845357342923e16351181091028e5930fTimo Sirainen12-04-11 features/sys: add aix's _LARGE_FILE_API to the _LARGEFILE(64)?_SOURCE mix -- anyone else?
9c7e765845357342923e16351181091028e5930fTimo Sirainen12-04-11 include/cmdarg.h,misc/cmdarg.c: (finally!) add a discipline with Cmdrun_f
9c7e765845357342923e16351181091028e5930fTimo Sirainen12-03-28 vmalloc: int vs [s]size_t cleanup
9c7e765845357342923e16351181091028e5930fTimo Sirainen12-03-27 sfio: fix #if logic that caused syntax errors (on 64 bit uwin)
9c7e765845357342923e16351181091028e5930fTimo Sirainen12-03-10 misc/optget.c: HELP_index for "PLUGIN" too
9c7e765845357342923e16351181091028e5930fTimo Sirainen12-02-29 include/shcmd.h: PLUGIN_VERSION 20111111 for cdt disc/meth change
9c7e765845357342923e16351181091028e5930fTimo Sirainen12-02-29 comp/spawnveg.c: fix sigcritical() to include waitpid() for internal child
9c7e765845357342923e16351181091028e5930fTimo Sirainen12-02-29 malloc.c: make __malloc_hook initialization thread safe
9c7e765845357342923e16351181091028e5930fTimo Sirainen12-02-24 comp/iconv.c: fix winix UTF-8 vs UCS-2 over-conversion
9c7e765845357342923e16351181091028e5930fTimo Sirainen12-02-24 astsa/*.h: clean up header guards
9c7e765845357342923e16351181091028e5930fTimo Sirainen12-02-24 astsa/astsa.omk: clean up standalone old make makefile interactions
9c7e765845357342923e16351181091028e5930fTimo Sirainen12-02-21 misc/cmdarg.c: fix bug that set argv[0]
9c7e765845357342923e16351181091028e5930fTimo Sirainen12-02-10 sfvprintf.c: fix 1 byte too long buffer access
9c7e765845357342923e16351181091028e5930fTimo Sirainen12-02-07 malloc.c/features/vmalloc: add gnu __malloc_hook tests
9c7e765845357342923e16351181091028e5930fTimo Sirainen12-02-06 vmmopen.c: fix ALIGN vs sys/param.h macro conflict
9c7e765845357342923e16351181091028e5930fTimo Sirainen12-02-02 astlicense.c: add license.component for component-specific licenses
9c7e765845357342923e16351181091028e5930fTimo Sirainen12-01-31 spawnveg.c: fix transient bug that made invalid setpgid() call
9c7e765845357342923e16351181091028e5930fTimo Sirainen12-01-27 pathpath.c: fix buffer size math when internal allocation requested
9c7e765845357342923e16351181091028e5930fTimo Sirainen12-01-24 malloc.c: fix _vmkeep() bug that did not return previous state
9c7e765845357342923e16351181091028e5930fTimo Sirainen12-01-23 malloc.c: add VMALLOC_OPTIONS=break to try sbrk() block allocator first
9c7e765845357342923e16351181091028e5930fTimo Sirainen12-01-21 astlicense.c: option style only overrides default license.type
9c7e765845357342923e16351181091028e5930fTimo Sirainen12-01-18 malloc.c: disable multiple regions for tracing or !vmbest or ASO_SIGNAL
9c7e765845357342923e16351181091028e5930fTimo Sirainen12-01-12 sfpkrd.c: add __sun I_PEEK+rsh runtime workaround
9c7e765845357342923e16351181091028e5930fTimo Sirainen12-01-10 shcmd.h: void* => Shbltin_t*
9c7e765845357342923e16351181091028e5930fTimo Sirainen12-01-10 tmxdate.c: handle { n>=1000 } TM_PARTS
9c7e765845357342923e16351181091028e5930fTimo Sirainen11-12-21 plug up some memory links -- thanks mhlavink
9c7e765845357342923e16351181091028e5930fTimo Sirainen11-12-21 vmprivate.c: enclose VM_NONMEM exception in CLRLOCK(vm,0) ... SETLOCK(vm,0)
9c7e765845357342923e16351181091028e5930fTimo Sirainen11-12-13 aso: in -lposix for uwin, not -last -- just like vmalloc
9c7e765845357342923e16351181091028e5930fTimo Sirainen11-12-13 sfpoll.c: all streams SF_IOINTR => don't ignore EINTR
9c7e765845357342923e16351181091028e5930fTimo Sirainen11-12-13 sfdcslow.c: set SF_IOINTR
9c7e765845357342923e16351181091028e5930fTimo Sirainen11-12-09 malloc.c: add _vmkeep() for setlocale() intercept _SYS_setlocale_free_OK
9c7e765845357342923e16351181091028e5930fTimo Sirainen11-12-04 sfio: _Sfmaxr=0 (unlimited) by default; use ulimit -M|-d or SFIO_OPTIONS
389e0ad41d4dd6acf50f855ecd5f0651082c9f31Timo Sirainen11-12-01 aso: sync to new api
9c7e765845357342923e16351181091028e5930fTimo Sirainen11-11-11 optget.c: move .TH to the top for --nroff to get our macros first
9c7e765845357342923e16351181091028e5930fTimo Sirainen11-11-11 aso,cdt,vmalloc: resync with kpv
9c7e765845357342923e16351181091028e5930fTimo Sirainen11-11-11 cdt: preserve bits and Dt_link_t for CDT_VERSION < 20111111
9c7e765845357342923e16351181091028e5930fTimo Sirainen11-10-24 sfvprintf.c: %.-ns truncate from left to n chars
9c7e765845357342923e16351181091028e5930fTimo Sirainen11-10-21 sfvprintf.c: fix %0s (no width) core dump
9c7e765845357342923e16351181091028e5930fTimo Sirainen11-10-10 aso: add _WIN32 support
9c7e765845357342923e16351181091028e5930fTimo Sirainen11-09-26 vmalloc: sync with kpv
9c7e765845357342923e16351181091028e5930fTimo Sirainen11-08-29 features/{dirent,wchar,wctype}: eliminate #include with no header
9c7e765845357342923e16351181091028e5930fTimo Sirainen11-08-25 #pragma prototyped tweaks -- sun4 is dead, long live sun4
9c7e765845357342923e16351181091028e5930fTimo Sirainen11-08-25 ftwalk.c: FTS_SLNONE => FTW_SL
9c7e765845357342923e16351181091028e5930fTimo Sirainen11-08-11 features/wchar: fix #include _nxt_wchar for K&R C
9c7e765845357342923e16351181091028e5930fTimo Sirainen11-08-04 optget.c: tweak --html rendering
9c7e765845357342923e16351181091028e5930fTimo Sirainen11-07-24 mime.c: add %(default)[st] default if arg == ""
9c7e765845357342923e16351181091028e5930fTimo Sirainen11-07-21 setlocale.c: fix debug locale to treat "<<" as two single byte chars
9c7e765845357342923e16351181091028e5930fTimo Sirainen11-06-14 spawnveg.c: pgid -1: new session -2: setpgrp()&&tcsetpgid()
9c7e765845357342923e16351181091028e5930fTimo Sirainen11-06-14 pathprog.c: add darwin _NSGetExecutablePath
9c7e765845357342923e16351181091028e5930fTimo Sirainen11-05-14 features/common,features/align.c: { _X86_ _X64_ } conditionals for generic uwin
9c7e765845357342923e16351181091028e5930fTimo Sirainen11-05-13 tm/tminit.c: tweak tzname[] prototype
9c7e765845357342923e16351181091028e5930fTimo Sirainen11-05-09 astlicense.c: add ". file" parent-relative include and depth 4 input stack
9c7e765845357342923e16351181091028e5930fTimo Sirainen11-05-05 cmdarg: update to cmdopen_20110505 api
9c7e765845357342923e16351181091028e5930fTimo Sirainen11-05-03 sfio/sfclose.c: make sure close() errors propagate to sfclose() return value
9c7e765845357342923e16351181091028e5930fTimo Sirainen11-04-20 port/astlicense.c: add { id name } keys
389e0ad41d4dd6acf50f855ecd5f0651082c9f31Timo Sirainen11-04-15 fmtdev.c: fix to work for non-{blk,chr} special
389e0ad41d4dd6acf50f855ecd5f0651082c9f31Timo Sirainen11-04-12 stk: change size args to size_t and stseek() offset to ssize_t
389e0ad41d4dd6acf50f855ecd5f0651082c9f31Timo Sirainen11-04-12 sfio: sync with kpv to optimize large SF_STRING sfputr() buffer allocation
389e0ad41d4dd6acf50f855ecd5f0651082c9f31Timo Sirainen11-03-28 misc/fts.c: fix FTS_SLNONE logic to set it when it should!
9c7e765845357342923e16351181091028e5930fTimo Sirainen11-03-17 misc/stk.c: fixed bug that could delete an active stack frame
9c7e765845357342923e16351181091028e5930fTimo Sirainen11-03-10 sfio/sfvprintf.c: add %0<width>s to preserve <width> trailing chars in string arg
9c7e765845357342923e16351181091028e5930fTimo Sirainen11-03-09 misc/magic.c: add %d...%s where if %d==1 then %s=="" else %s=="s"
9c7e765845357342923e16351181091028e5930fTimo Sirainen11-03-09 misc/magic.tab: add windows ico
9c7e765845357342923e16351181091028e5930fTimo Sirainen11-02-08 misc/stk.c: change STK_FSIZE to (1024*sizeof(char*)) for 64 bit normalization
9c7e765845357342923e16351181091028e5930fTimo Sirainen11-02-02 sfio/sfmode.c: don't call sfsetbuf() on unbuffered stream to make it unbuffered
9c7e765845357342923e16351181091028e5930fTimo Sirainen11-02-02 features/wchar: handle hp.ia64 va_list interactions
7ab4baf99e9a7678e62da79933b03ddf269d61e8Timo Sirainen11-02-02 comp/omitted.c: fix mismatch between stat() vs _stat()
9c7e765845357342923e16351181091028e5930fTimo Sirainen11-01-31 std/wctype,features/wctype: add to handle <wchar.h> interactions
9c7e765845357342923e16351181091028e5930fTimo Sirainen11-01-28 add -lw for ancient sunos
9c7e765845357342923e16351181091028e5930fTimo Sirainen11-01-28 include/magic.h,misc/magic.c: add MAGIC_ALL
9c7e765845357342923e16351181091028e5930fTimo Sirainen11-01-25 features/wchar: change <wctype.h> <wchar.h> ordering
ba3d9eeb0bec6ed8465d68fa2480ad085559b580Timo Sirainen10-12-24 sfstrtof.h: fix thousand grouping bug that did not check last group
ba3d9eeb0bec6ed8465d68fa2480ad085559b580Timo Sirainen10-12-21 pathkey.c: add win32 { /32 /64 } preroot to hash
ba3d9eeb0bec6ed8465d68fa2480ad085559b580Timo Sirainen10-12-09 pathprog.c: handle intermediate path != '* and fix invalid pathpath() call
dcae3eb5daaa06546932da9222df00b04af61380Timo Sirainen10-12-01 astconf.c: fix look.standard undefined variable reference
dcae3eb5daaa06546932da9222df00b04af61380Timo Sirainen10-12-01 sfset.c: SF_LINE|SF_WCWIDTH => no need for sfsetbuf() to call isatty()
dcae3eb5daaa06546932da9222df00b04af61380Timo Sirainen10-12-01 sfsetbuf.c: cache /dev/null <dev,ino> to cut down /dev/null stat()'s
dcae3eb5daaa06546932da9222df00b04af61380Timo Sirainen10-12-01 optget.c: delay dictionary initialization until needed
dcae3eb5daaa06546932da9222df00b04af61380Timo Sirainen10-11-30 malloc.c: drop { VMDEBUG VMETHOD VMPROFILE VMTRACE } env checks
ba3d9eeb0bec6ed8465d68fa2480ad085559b580Timo Sirainen10-11-30 port/astconf.c: eliminate esaccess() calls for OP_universe checks
dcae3eb5daaa06546932da9222df00b04af61380Timo Sirainen10-11-24 regcomp.c: [[=]=]] must at least match itself in non-C locales
dcae3eb5daaa06546932da9222df00b04af61380Timo Sirainen10-11-23 glob.h,glob.c: add GLOB_GROUP => REG_SHELL_GROUP
dcae3eb5daaa06546932da9222df00b04af61380Timo Sirainen10-11-20 glob.c: handle mode switches across /
dcae3eb5daaa06546932da9222df00b04af61380Timo Sirainen10-11-19 regcomp.c: REG_SHELL => REG_CLASS_ESCAPE
dcae3eb5daaa06546932da9222df00b04af61380Timo Sirainen10-11-16 vmalloc.h: add VMFL tracing to vmstrdup()
dcae3eb5daaa06546932da9222df00b04af61380Timo Sirainen10-11-16 ast.h: simplify VMDEBUG _BLD_DEBUG and VMFL logic
dcae3eb5daaa06546932da9222df00b04af61380Timo Sirainen10-11-12 tm/tmlocale.c: ast TM_* extensions default to C locale
d61a5e0e4ff58d1aa613f0d51161e5bb0f092514Timo Sirainen10-11-10 regex/regnexec.c,vmalloc/vmstat.c: eliminate strict-aliasing puns
dcae3eb5daaa06546932da9222df00b04af61380Timo Sirainen10-10-20 misc/translate.c: change debug translation to drop " in (a,b,c,"d")
dcae3eb5daaa06546932da9222df00b04af61380Timo Sirainen10-10-10 misc/glob.c: drop ancient D_FILENO(d)!=0 test and trust readdir()
ba3d9eeb0bec6ed8465d68fa2480ad085559b580Timo Sirainen10-10-06 misc/translate.c: fix "debug" locale logic
dcae3eb5daaa06546932da9222df00b04af61380Timo Sirainen10-10-04 misc/magic.c: fix magic() skip check to honor the continuation
dcae3eb5daaa06546932da9222df00b04af61380Timo Sirainen10-10-04 regex/regcoll.c: add wchar_t* args to regcollate(), drop ucs name lookup
dcae3eb5daaa06546932da9222df00b04af61380Timo Sirainen10-09-28 comp/setlocale.c: add utf8_wctomb()
dcae3eb5daaa06546932da9222df00b04af61380Timo Sirainen10-09-28 string/chresc.c,regex/regcoll.c: fix \S[.X.] (\C[.X.] never worked!)
8925c5450daddcdd1834de2750b47fb6d192c6f6Timo Sirainen10-09-24 string/chresc.c: \Cc for control c, \S[.X.] for collating symbol X
8925c5450daddcdd1834de2750b47fb6d192c6f6Timo Sirainen10-09-24 string/chresc.c: { \cc \e } deprecated
dcae3eb5daaa06546932da9222df00b04af61380Timo Sirainen10-09-22 regex/regcomp.c: fix off-by-one collation class allocation bug
ba3d9eeb0bec6ed8465d68fa2480ad085559b580Timo Sirainen10-09-20 regex/regclass.c: fix CTYPES off-by-one bug
ba3d9eeb0bec6ed8465d68fa2480ad085559b580Timo Sirainen10-09-14 comp/conf.sh: const int conf_elements, prefix_elements;
dcae3eb5daaa06546932da9222df00b04af61380Timo Sirainen10-08-31 comp/getopt[l].c: export functions for dlls
1d3f7c1278168d5b1cbfa9a2cc9929a0909056b4Timo Sirainen10-08-25 port/lc.c: add features/locale check for canonical UTF-8 spelling
dcae3eb5daaa06546932da9222df00b04af61380Timo Sirainen10-08-20 include/ast.h: add export plugin_version() prototype
dcae3eb5daaa06546932da9222df00b04af61380Timo Sirainen10-08-20 comp/conf.tab: add SF_BUFSIZE
dcae3eb5daaa06546932da9222df00b04af61380Timo Sirainen10-08-11 misc/conformance.c: conformance(0,0) => "standard"
dcae3eb5daaa06546932da9222df00b04af61380Timo Sirainen10-08-11 misc/conformance.c: check ast_env_serial for dynamic astconf() changes
dcae3eb5daaa06546932da9222df00b04af61380Timo Sirainen10-08-11 port/lcgen.c: remember to fudge Table_t.count for synthesized entries
dcae3eb5daaa06546932da9222df00b04af61380Timo Sirainen10-08-04 include/ast.h,comp/setlocale.c: add { debug C.UTF-8 } mbalpha() mbwidth()
dcae3eb5daaa06546932da9222df00b04af61380Timo Sirainen10-08-02 misc/translate.c: add NLSPATH message cache check
dcae3eb5daaa06546932da9222df00b04af61380Timo Sirainen10-07-29 string/fmtint.c: fix nasty bug that rendered "1000" as "1"
dcae3eb5daaa06546932da9222df00b04af61380Timo Sirainen10-07-27 setlocale,lsgen,localeconv: handle C vs C_EU decimal thousands sep
dcae3eb5daaa06546932da9222df00b04af61380Timo Sirainen10-07-26 misc/optget.c: fix interaction with nested plugin/builtin calls
ba3d9eeb0bec6ed8465d68fa2480ad085559b580Timo Sirainen10-06-29 string/strtoi.h: strton() multiplier 1 => power of two suffix
dcae3eb5daaa06546932da9222df00b04af61380Timo Sirainen10-06-28 features/wchar: handle systems that require __va_list => va_list
dcae3eb5daaa06546932da9222df00b04af61380Timo Sirainen10-06-28 comp/conf.tab: another PID_MAX tweak -- default to 99999 for most
9c7e765845357342923e16351181091028e5930fTimo Sirainen10-06-28 port/astconf.c: lone "CONFORMANCE = standard" => all defaults standard
9c7e765845357342923e16351181091028e5930fTimo Sirainen10-06-25 misc/optget.c: avoid sfprints() call during initialization
9c7e765845357342923e16351181091028e5930fTimo Sirainen10-06-01 features/api, ast_api.h: formalized forwards/backwards api compatibility
9c7e765845357342923e16351181091028e5930fTimo Sirainen10-06-01 _AST_API=20100601: add size_t args for all path*() output buffers
9c7e765845357342923e16351181091028e5930fTimo Sirainen10-06-01 comp/setlocale.c: handle C.UTF-8 test locale
9c7e765845357342923e16351181091028e5930fTimo Sirainen10-06-01 include/mc.h: add size_t to mcfind() for result buffer (internal api)
9c7e765845357342923e16351181091028e5930fTimo Sirainen10-06-01 use strlcpy() instead of strncpy()
9c7e765845357342923e16351181091028e5930fTimo Sirainen10-05-28 include/ast_version.h: add AST_PLUGIN_VERSION for dllplugin()
1d3f7c1278168d5b1cbfa9a2cc9929a0909056b4Timo Sirainen10-05-28 include/shcmd.h: add SH_PLUGIN_VERSION for dllplugin()
1d3f7c1278168d5b1cbfa9a2cc9929a0909056b4Timo Sirainen10-05-28 misc/conformance.c: add conformance(3)
1d3f7c1278168d5b1cbfa9a2cc9929a0909056b4Timo Sirainen10-05-28 misc/optget.c: add [(id1|id2)...] conformance("id1|id2",0) conditionals
1d3f7c1278168d5b1cbfa9a2cc9929a0909056b4Timo Sirainen10-05-25 include/sfhdr.h: adjust SF_NMAP according to _ptr_bits
1d3f7c1278168d5b1cbfa9a2cc9929a0909056b4Timo Sirainen10-05-25 include/shcmd.h: add sh_builtin() macro for lib_init() table initialization
1d3f7c1278168d5b1cbfa9a2cc9929a0909056b4Timo Sirainen10-05-21 misc/optget.c: --html \bfoo::bar([[:digit:]][[:upper:]]*) => foo-bar.html
9c7e765845357342923e16351181091028e5930fTimo Sirainen10-05-15 include/proc.h,misc/procopen.c: add PROC_ORPHAN
9c7e765845357342923e16351181091028e5930fTimo Sirainen10-05-09 misc/optget.c: add --???MAN[section] --???SECTION
8f8315e4b4e27ead12dd1c3da65bf4dee3762f18Timo Sirainen10-05-07 sfio,stdio: fix all snprintf() variants to handle buf==0 and/or n==0
9c7e765845357342923e16351181091028e5930fTimo Sirainen10-05-04 string/fmtesc.c: add mb iswsoace() and iswcntrl() quoting checks
9c7e765845357342923e16351181091028e5930fTimo Sirainen10-05-03 fix LC_MESSAGES catalog lookup bugs, check for $set==3, accept $set==1
9c7e765845357342923e16351181091028e5930fTimo Sirainen10-04-30 string/chresc.c: add chrexp() for FMT_EXP_*
9c7e765845357342923e16351181091028e5930fTimo Sirainen10-04-30 string/stresc.c: add strexp() for FMT_EXP_*
9c7e765845357342923e16351181091028e5930fTimo Sirainen10-04-30 string/chresc.c: fix \uXXXXY bug that consumed Y
9c7e765845357342923e16351181091028e5930fTimo Sirainen10-04-22 misc/optget.c: check for html entities in <A name="...">
9c7e765845357342923e16351181091028e5930fTimo Sirainen10-04-22 misc/getcwd.c: add features/syscall check for SYSGETCWD() { linux solaris }
9c7e765845357342923e16351181091028e5930fTimo Sirainen10-04-22 string/stresc.c: wide chars absent locale guidance default to UTF-8
9c7e765845357342923e16351181091028e5930fTimo Sirainen10-04-12 port/mnt.c: favor bsd getfsstat() over getmntinfo()
9c7e765845357342923e16351181091028e5930fTimo Sirainen10-04-11 string/strtoi.h: k (1000) and ki (1024) now differentiated
9c7e765845357342923e16351181091028e5930fTimo Sirainen10-04-10 misc/recstr.c: fix 'd[delimiter]' parse
9c7e765845357342923e16351181091028e5930fTimo Sirainen10-04-08 include/vmalloc.h,vmalloc/vmstat.c: add Vmstat_t.mode region mode bits
9c7e765845357342923e16351181091028e5930fTimo Sirainen10-04-05 misc/fts.c: drop 1997-01-07 fts_open()=0 is one file and stat() fails
9c7e765845357342923e16351181091028e5930fTimo Sirainen10-04-05 misc/optget.c,optlib.h: add Optpass_t.release for --nroff .TH
9c7e765845357342923e16351181091028e5930fTimo Sirainen10-04-02 misc/optget.c: fix $'[-n?\n...]' --version bug
9c7e765845357342923e16351181091028e5930fTimo Sirainen10-04-02 regex/regcomp.c: ~(X) => REG_EXTENDED|REG_AUGMENTED, ~(PU) instead of ~(U)
9c7e765845357342923e16351181091028e5930fTimo Sirainen10-03-24 misc/procopen.c: add PROC_FD_CTTY(fd)
9c7e765845357342923e16351181091028e5930fTimo Sirainen10-03-24 path/pathtemp.c: fix pointer => int casts
9c7e765845357342923e16351181091028e5930fTimo Sirainen10-03-15 regex/regcache.c: fix 1 byte buffer overflow (didn't count trailing \0)
9c7e765845357342923e16351181091028e5930fTimo Sirainen10-03-08 features/tvlib: fix utimensat probe to include all macros/structs
9c7e765845357342923e16351181091028e5930fTimo Sirainen10-03-07 features/lib: change stream_peek to test pipes only
7c65a07e04f28f2a881d83989f85f9ad0e87a7b4Timo Sirainen10-03-07 string/strelapsed.c: fix next char return overrun
7c65a07e04f28f2a881d83989f85f9ad0e87a7b4Timo Sirainen10-03-06 tm/tvtouch.c: use runtime fallback if utimensat() fails with ENOSYS
7c65a07e04f28f2a881d83989f85f9ad0e87a7b4Timo Sirainen10-03-05 path/pathtemp.c: add pfx /seed for regression testing
7c65a07e04f28f2a881d83989f85f9ad0e87a7b4Timo Sirainen10-03-04 vmalloc/vmwalk.c: add user supplied handle arg
7c65a07e04f28f2a881d83989f85f9ad0e87a7b4Timo Sirainen10-03-04 path/pathtemp.c: properly handle mktemp()-style *+(X) templates
7c65a07e04f28f2a881d83989f85f9ad0e87a7b4Timo Sirainen10-03-03 include/ast_getopt.h: remove NULL guard - _AST_GETOPT_H now handles it
7c65a07e04f28f2a881d83989f85f9ad0e87a7b4Timo Sirainen10-02-24 comp/getopt.h: fix ast_std.h interactions
7c65a07e04f28f2a881d83989f85f9ad0e87a7b4Timo Sirainen10-02-24 vmalloc/malloc.c: empty { VMALLOC_OPTION VMDEBUG ... } => no debug!
7c65a07e04f28f2a881d83989f85f9ad0e87a7b4Timo Sirainen10-02-02 string/base64.c: fix corner case output buffer overflow
7c65a07e04f28f2a881d83989f85f9ad0e87a7b4Timo Sirainen10-02-02 features/fs: sys/mnttab.h requires stdio.h on some systems!!
7c65a07e04f28f2a881d83989f85f9ad0e87a7b4Timo Sirainen10-02-01 misc/optget.c: uppercase --html heading -- doh
7c65a07e04f28f2a881d83989f85f9ad0e87a7b4Timo Sirainen10-01-29 misc/optget.c: [+NAME?...] overrides error_info.id for >= STYLE_man
7c65a07e04f28f2a881d83989f85f9ad0e87a7b4Timo Sirainen10-01-25 vmalloc/vmprivate.c: fix seg ptr initialization bug (24 years old!!)
7c65a07e04f28f2a881d83989f85f9ad0e87a7b4Timo Sirainen10-01-20 misc/optget.c: handle nested {...} rendering
7c65a07e04f28f2a881d83989f85f9ad0e87a7b4Timo Sirainen10-01-20 misc/state.c: add ast.version for runtime api version
7c65a07e04f28f2a881d83989f85f9ad0e87a7b4Timo Sirainen10-01-20 port/astconf.c: "_AST_VERSION" now returns ast.version
7c65a07e04f28f2a881d83989f85f9ad0e87a7b4Timo Sirainen10-01-20 include/ast_std.h: add ast.version for runtime api version
7c65a07e04f28f2a881d83989f85f9ad0e87a7b4Timo Sirainen10-01-19 astlicense.c: add epl
7c65a07e04f28f2a881d83989f85f9ad0e87a7b4Timo Sirainen10-01-01 vmalloc: VMALLOC_OPTIONS env var for all runtime options
7c65a07e04f28f2a881d83989f85f9ad0e87a7b4Timo Sirainen10-01-01 include: change some <ast.h> refs to less intrusive <ast_*.h>
7c65a07e04f28f2a881d83989f85f9ad0e87a7b4Timo Sirainen10-01-01 setlocale.c,translate.c,fmterror.c: AST_LC_internal retains prev state
7c65a07e04f28f2a881d83989f85f9ad0e87a7b4Timo Sirainen10-01-01 comp/setlocale.c: AST_LC_setenv defers to LC_ALL (for sh)
7c65a07e04f28f2a881d83989f85f9ad0e87a7b4Timo Sirainen10-01-01 ast_std.h: add { AST_LC_internal AST_LC_setenv }
7c65a07e04f28f2a881d83989f85f9ad0e87a7b4Timo Sirainen09-12-24 comp/setlocale.c: fix setlocale(LC_ALL,"") when already initialized
7c65a07e04f28f2a881d83989f85f9ad0e87a7b4Timo Sirainen09-12-17 misc/optget.c: handle mixed solaris usage="x:f:(in)yo:(out)"
7c65a07e04f28f2a881d83989f85f9ad0e87a7b4Timo Sirainen09-12-11 regex/regcomp.c: posix semantics for [z-a]
7c65a07e04f28f2a881d83989f85f9ad0e87a7b4Timo Sirainen09-12-11 regex/regcomp.c: fix regcomb() for REG_LEFT|REG_RIGHT
7c65a07e04f28f2a881d83989f85f9ad0e87a7b4Timo Sirainen09-12-11 regex/regcomp.c: bm complete=0 if REX_END
7c65a07e04f28f2a881d83989f85f9ad0e87a7b4Timo Sirainen09-12-11 comp/sigflag.c: add with npt check in features/sig.sh
7c65a07e04f28f2a881d83989f85f9ad0e87a7b4Timo Sirainen09-12-11 tm/tminit.c: fix _tzset_environ logic
7c65a07e04f28f2a881d83989f85f9ad0e87a7b4Timo Sirainen09-12-09 tm/tmlocale.c: include "ast_nl_types.h" to pull nl_langinfo in!
7c65a07e04f28f2a881d83989f85f9ad0e87a7b4Timo Sirainen09-12-04 features/options: add "opt map-libc" check
7c65a07e04f28f2a881d83989f85f9ad0e87a7b4Timo Sirainen09-12-03 tm/tmxdate.c: fix 'next month final day' for dec -> jan
7c65a07e04f28f2a881d83989f85f9ad0e87a7b4Timo Sirainen09-11-21 misc/magic.tab: add gimp XCF
7c65a07e04f28f2a881d83989f85f9ad0e87a7b4Timo Sirainen09-11-20 vmalloc/vmtrace.c: add pid to assertion disgnostics
7c65a07e04f28f2a881d83989f85f9ad0e87a7b4Timo Sirainen09-11-11 regex.h,regcomp.c: add REG_CLASS_ESCAPE, \ inside [...] literal by default
7c65a07e04f28f2a881d83989f85f9ad0e87a7b4Timo Sirainen09-11-03 regex/regcache.c: change to variable length pattern strings
7c65a07e04f28f2a881d83989f85f9ad0e87a7b4Timo Sirainen09-10-28 include/error.h: fix ERROR_translate() arg parens
7c65a07e04f28f2a881d83989f85f9ad0e87a7b4Timo Sirainen09-10-26 port/lcgen.c,comp/setlocale.c: handle LANG init after LC_* already defined
9c7e765845357342923e16351181091028e5930fTimo Sirainen09-10-05 _sfopen.c: add but ignore 'F' flags for stdio compatibility
9c7e765845357342923e16351181091028e5930fTimo Sirainen09-09-28 fts.h,ftwalk.h,fts.c: promote { namelen pathlen level } to (s)size_t
9c7e765845357342923e16351181091028e5930fTimo Sirainen09-09-28 locales: add AST_LC_LANG for $LANG
9c7e765845357342923e16351181091028e5930fTimo Sirainen09-09-28 setlocale.c: fix logic for dynamic { LANG LC_ALL LC_* } changes
9c7e765845357342923e16351181091028e5930fTimo Sirainen09-09-17 include/sfio.h,sfio/sfwalk.c: add sfwalk()
9c7e765845357342923e16351181091028e5930fTimo Sirainen09-09-09 sfio/sfputr.c: add SIGPIPE hang fix
9c7e765845357342923e16351181091028e5930fTimo Sirainen09-08-24 sfio/sfreserve.c: fix SF_UNBOUND logic with pushed streams
9c7e765845357342923e16351181091028e5930fTimo Sirainen09-08-18 include/ast_std.h,ast.h: add ast.mb_sync to sync mbchar() after error
9c7e765845357342923e16351181091028e5930fTimo Sirainen09-08-17 comp/setlocale.c: add AST_LC_utf8 and { utf8_mbtowc() utf8_mblen() }
9c7e765845357342923e16351181091028e5930fTimo Sirainen09-08-11 comp/setlocale.c: treat "en"/"en_US" AST_LC_MESSAGES as "C"/"POSIX"
9c7e765845357342923e16351181091028e5930fTimo Sirainen09-08-10 vmalloc/vmhdr.h: add user-defined _AST_PAGESIZE and computed VMHEAPINCR
9c7e765845357342923e16351181091028e5930fTimo Sirainen09-08-09 comp/conf.tab: add NPROCESSORS_MAX
7c65a07e04f28f2a881d83989f85f9ad0e87a7b4Timo Sirainen09-07-29 astlicense.c: fix first name=value logic error
7c65a07e04f28f2a881d83989f85f9ad0e87a7b4Timo Sirainen09-07-22 string/fmtip6.c: don't drop trailing 0 in 44::1:0:0
9c7e765845357342923e16351181091028e5930fTimo Sirainen09-06-30 port/astconf.c: standard PATH_RESOLVE is "physical" (not "metaphysical")
9c7e765845357342923e16351181091028e5930fTimo Sirainen09-06-19 vmalloc: sync with kpv
9c7e765845357342923e16351181091028e5930fTimo Sirainen09-06-19 include/shcmd.h: add sh_context(p) cast
9c7e765845357342923e16351181091028e5930fTimo Sirainen09-06-11 misc/magic.tab: differentiate pc 386 32/64 bit dll/exe/obj
9c7e765845357342923e16351181091028e5930fTimo Sirainen09-06-06 port/astconf.c: fix look->name null pointer reference
9c7e765845357342923e16351181091028e5930fTimo Sirainen09-06-05 port/astconf.c: fix 'UNIVERSE = value' synthesize logic
9c7e765845357342923e16351181091028e5930fTimo Sirainen09-05-08 comp/syslog.c: add _UWIN /var/log/syslog preference
9c7e765845357342923e16351181091028e5930fTimo Sirainen09-05-01 comp/setlocale.c: fix _UWIN intercepts to return NiL on unknown locales
9c7e765845357342923e16351181091028e5930fTimo Sirainen09-04-27 sfio/sfpool.c: fix bug that did not return pool on delete
9c7e765845357342923e16351181091028e5930fTimo Sirainen09-04-22 include/regex.h,regex/regcomp.c: add REG_REGEXP <regexp.h> compatibility
9c7e765845357342923e16351181091028e5930fTimo Sirainen09-04-15 tm/tmxdate.c: handle "4th thursday in november"
9c7e765845357342923e16351181091028e5930fTimo Sirainen09-03-31 string/strvcmp.c,string/strnvcmp.c: add version strcmp(3)
9c7e765845357342923e16351181091028e5930fTimo Sirainen09-03-31 string/strpcmp.c,string/strnpcmp.c: add path prefix strcmp(3)
9c7e765845357342923e16351181091028e5930fTimo Sirainen09-03-29 misc/optget.c: clean up num = number casts
9740d55b228a670047c854484d5cc979a056a9afTimo Sirainen09-03-04 tm/tmxmake.c: add tmxtm() with zone override
9c7e765845357342923e16351181091028e5930fTimo Sirainen09-03-03 tm/tmxfmt.c: add %(...)<c>, specifically %(...)z for output zone
9c7e765845357342923e16351181091028e5930fTimo Sirainen09-02-22 tm/tmxdate.c: add iso P... durations
9c7e765845357342923e16351181091028e5930fTimo Sirainen09-02-02 misc/opthdr.h,optget.c: fix flags mixup, handle old '-' as option
9c7e765845357342923e16351181091028e5930fTimo Sirainen09-02-02 sfio/sfprints.c: fix sfvaprints() return value to not count trailing '\0'
9c7e765845357342923e16351181091028e5930fTimo Sirainen09-02-02 misc/cmdarg.c: handle !defined(ARG_MAX)
9c7e765845357342923e16351181091028e5930fTimo Sirainen09-02-02 port/astconf.c: fix UNIVERSE overwrite of null[] value!
9c7e765845357342923e16351181091028e5930fTimo Sirainen09-01-31 features/sys: drop header sys/localedef.h
9c7e765845357342923e16351181091028e5930fTimo Sirainen09-01-28 include/fs3d.h,misc/fs3d.c: mount() => fs3d_mount() for diff std prototypes
9c7e765845357342923e16351181091028e5930fTimo Sirainen09-01-14 misc/fts_open.c: delay top list reorder until first fts_read()
3759cb2dfce3b479a59e2f62ee0cc9ddd4a85924Timo Sirainen09-01-14 include/ls.h: LS_W_INUMBER => 9 to accomodate large st_ino
9c7e765845357342923e16351181091028e5930fTimo Sirainen09-01-14 misc/optget.c: expand STYLE_usage input text
9c7e765845357342923e16351181091028e5930fTimo Sirainen09-01-09 features/uwin,stdio/_stdfun.c: iffe for _p__iob and __p__iob
9c7e765845357342923e16351181091028e5930fTimo Sirainen09-01-09 misc/magic.tab: add ISO filesystem image entries
9c7e765845357342923e16351181091028e5930fTimo Sirainen09-01-07 string/strtoi.c: strtol() etc. do not consume [lLuU] suffix -- thanks jkf
9c7e765845357342923e16351181091028e5930fTimo Sirainen09-01-07 sfio/sfstrtof.h: strtod() etc. do not consume [fFlL] suffix -- thanks jkf
3759cb2dfce3b479a59e2f62ee0cc9ddd4a85924Timo Sirainen09-01-05 string/strlcat.c: fix logic to match docs (not that easy)
9c7e765845357342923e16351181091028e5930fTimo Sirainen08-12-30 tm/tmxdate.c,include/tm.h: add TM_WORK { "workday" "working" "work" }
9c7e765845357342923e16351181091028e5930fTimo Sirainen08-12-28 sfio/sfcvt.c: fix 'a' format rounding
9c7e765845357342923e16351181091028e5930fTimo Sirainen08-12-21 tm/tmdata.c: add 2008-12-31+23:59:60-0000 leap second event
3759cb2dfce3b479a59e2f62ee0cc9ddd4a85924Timo Sirainen08-12-19 tm/tmxdate.c: check for dates near the epoch rolling back to the future
f569d62531b9140470e27f7470ea8a03e9b9d6c7Timo Sirainen08-12-19 tm/tmxfmt.c: change %s for now==0 to be the epoch
9c7e765845357342923e16351181091028e5930fTimo Sirainen08-12-07 include/ast_std.h,misc/getenv.c: no _ast_getenv for uwin ast54 compatibility
9c7e765845357342923e16351181091028e5930fTimo Sirainen08-12-07 tm/tmxfmt.c: add %[_][EO]K for [space pad] [full|long] iso
3759cb2dfce3b479a59e2f62ee0cc9ddd4a85924Timo Sirainen08-12-07 sfio/sfvscanf.c: fix ok[] short by one allocation
9c7e765845357342923e16351181091028e5930fTimo Sirainen08-12-07 comp/setlocale.c: fix off by one composite initialition loop test
9c7e765845357342923e16351181091028e5930fTimo Sirainen08-12-07 path/pathkey.c: fix off by one loop test
9c7e765845357342923e16351181091028e5930fTimo Sirainen08-12-04 vmalloc/vmbest.c: catch sbrk() wraparound
f569d62531b9140470e27f7470ea8a03e9b9d6c7Timo Sirainen08-12-04 comp/spawnveg.c: clean up attrs on failure too
9c7e765845357342923e16351181091028e5930fTimo Sirainen08-11-04 regex/regcomp.c: fix locale [!-...] and [^-...] re-initialization
9c7e765845357342923e16351181091028e5930fTimo Sirainen08-11-04 stdio: add flockfile.c ftrylockfile.c funlockfile.c
9c7e765845357342923e16351181091028e5930fTimo Sirainen08-10-24 port/astconf.c: handle multiple/trailing '/' in universe initialization
9c7e765845357342923e16351181091028e5930fTimo Sirainen08-09-10 misc/magic.c: handle old vcodex() indices
6b77095184aeb8a9976a74fa9ba1a06740f40d0eTimo Sirainen08-09-10 sfio/sfvprintf.c: drop SF_WCWIDTH, use %Lc or %Ls instead
6b77095184aeb8a9976a74fa9ba1a06740f40d0eTimo Sirainen08-09-05 Makefile: ibm.risc joins the :NOOPTIMIZE: crowd
6b77095184aeb8a9976a74fa9ba1a06740f40d0eTimo Sirainen08-09-04 regex/regnexec.c: fix nested delimiter match beyond end of subject
9c7e765845357342923e16351181091028e5930fTimo Sirainen08-08-20 misc/fts.c: fix st_nlink stat() optimization logic
9c7e765845357342923e16351181091028e5930fTimo Sirainen08-08-19 sfio/sfpkrd.c: workaround macosx recv(PEEK) data consumption on non-socket
9c7e765845357342923e16351181091028e5930fTimo Sirainen08-08-19 strn?tol?d: handle long double with smaller exponent range than double
28b30e9bd1a0a8b9019124abd821cb2989a03910Timo Sirainen08-08-18 sfio/sfcvt.c: eliminate excessive multiplies and integral overprecision
6b77095184aeb8a9976a74fa9ba1a06740f40d0eTimo Sirainen08-08-11 tm/tmxfmt.c: handle %10N and %010N
9c7e765845357342923e16351181091028e5930fTimo Sirainen08-08-06 include/shcmd.h: add 'int invariant;' for builtin invariant arg count
f569d62531b9140470e27f7470ea8a03e9b9d6c7Timo Sirainen08-08-05 features/ndbm: favor sleepycat ndbm compatibility
9c7e765845357342923e16351181091028e5930fTimo Sirainen08-07-21 include/glob.h,misc/glob.c: GLOB_STARSTAR only forces lstat on chdir
9c7e765845357342923e16351181091028e5930fTimo Sirainen08-07-17 sfio: sync with kpv
9c7e765845357342923e16351181091028e5930fTimo Sirainen08-07-17 misc/optget.c: call astwinsize() each time terminal width required
9c7e765845357342923e16351181091028e5930fTimo Sirainen08-07-16 sfio/sfvscanf.c: fix %% to skip leading space per posix
6b77095184aeb8a9976a74fa9ba1a06740f40d0eTimo Sirainen08-07-16 vmalloc/vmbest.c: add VMCHECK=m, VM_mmap to favor mmap() alloc
9c7e765845357342923e16351181091028e5930fTimo Sirainen08-07-16 features/stdio,stdio/f(read|write).c: size_t return value!! ouch
9c7e765845357342923e16351181091028e5930fTimo Sirainen08-06-24 tm/tmxfmt.c: fix %z to handle tm_isdst -- doh
59795cc9c41a942ca1de8c36f8bfe9f8e16aae18Timo Sirainen08-06-24 misc/astintercept.c,misc/getenv.c: split from misc/setenviron.c
9c7e765845357342923e16351181091028e5930fTimo Sirainen08-06-17 misc/setenviron.c: add { astintercept() getenv() }
9c7e765845357342923e16351181091028e5930fTimo Sirainen08-06-09 tm/tmlocale.c: use _DATE_FMT if defined for TM_DEFAULT
9c7e765845357342923e16351181091028e5930fTimo Sirainen08-06-06 misc/optget.c: handle sub-component about details
9c7e765845357342923e16351181091028e5930fTimo Sirainen08-06-04 misc/optget.c: fix [-n?\n...\n] version parse
9c7e765845357342923e16351181091028e5930fTimo Sirainen08-06-04 include/debug.h,misc/debug.c: merge with kpvdebug.h
9c7e765845357342923e16351181091028e5930fTimo Sirainen08-06-02 features/ndbm: add to tame dbmlib.iffe replication
9c7e765845357342923e16351181091028e5930fTimo Sirainen08-06-01 comp/resolvepath.c,realpath.c: fix resolvepath() return value type
9c7e765845357342923e16351181091028e5930fTimo Sirainen08-05-22 tm/tmxdate.c: fix a few ordinal/last/this/next bugs
9c7e765845357342923e16351181091028e5930fTimo Sirainen08-05-18 string/fmtre.c: fix omitted stack var initialization bug
9c7e765845357342923e16351181091028e5930fTimo Sirainen08-05-14 regex/regcomp.c,regcoll.c: fix UTF-8 collation sequence logic
9c7e765845357342923e16351181091028e5930fTimo Sirainen08-05-11 tm/tmxfmt.c: :NOOPTIMIZE:, otherwise %Q/../../ fails
9c7e765845357342923e16351181091028e5930fTimo Sirainen08-05-01 tm/tmxdate.c: mon 1..12 => mon[13] -- doh
f23ede27743c1aa03eacbfc634d6a10de9110c91Timo Sirainen08-04-30 misc/glob.c,reegex/regcomp.c: ~(R) => ~(O) to avoid pcre clash
9c7e765845357342923e16351181091028e5930fTimo Sirainen08-04-24 port/astconf.c: 'name = value' does assignment without system init
7e0bb2b365cc38645313a3513fa79bd32d34b63cTimo Sirainen08-04-15 port/astconf.c: SC#N treated like 'SC(N)'
9c7e765845357342923e16351181091028e5930fTimo Sirainen08-04-14 misc/optget.c: clean up nroff output
9c7e765845357342923e16351181091028e5930fTimo Sirainen08-04-01 port/astconf.c: add RELEASE => /proc/version fallback
9c7e765845357342923e16351181091028e5930fTimo Sirainen08-03-30 misc/optget.c: [-n]... to enable -number & +number options
9c7e765845357342923e16351181091028e5930fTimo Sirainen08-03-06 misc/optget.c: ---* and +++* are now operands
6b77095184aeb8a9976a74fa9ba1a06740f40d0eTimo Sirainen08-03-06 misc/errorx.c: fix old error_info.translate workaround
ba3d9eeb0bec6ed8465d68fa2480ad085559b580Timo Sirainen08-02-05 regex/regcomp.c: allow REG_SHELL {,n}... => {0,n}...
ba3d9eeb0bec6ed8465d68fa2480ad085559b580Timo Sirainen08-02-27 misc/stk.c: top element during allocation relocated to top
ba3d9eeb0bec6ed8465d68fa2480ad085559b580Timo Sirainen08-02-18 include/ip6.h,string/strtoip6.c,fmtip6.c: add ipv6 addr support
ba3d9eeb0bec6ed8465d68fa2480ad085559b580Timo Sirainen08-02-14 regex/regsubexec.c: fix null match (tricky)
9c7e765845357342923e16351181091028e5930fTimo Sirainen08-02-14 regex/regsubcomp.c: fix SRE to match ksh
9c7e765845357342923e16351181091028e5930fTimo Sirainen08-02-11 comp/spawnveg.c: return proper errno on [v]fork() failure
9c7e765845357342923e16351181091028e5930fTimo Sirainen08-02-11 tm/tmxdate.c,tmdata.c: handle more ISO 8601:2000 forms
9c7e765845357342923e16351181091028e5930fTimo Sirainen08-02-02 regex/reglib.h: add REGMULTIREF to REG_COMP
3759cb2dfce3b479a59e2f62ee0cc9ddd4a85924Timo Sirainen08-02-02 string/strmatch.c: fix str="" pat="" sub values
3759cb2dfce3b479a59e2f62ee0cc9ddd4a85924Timo Sirainen08-01-31 comp/conf.sh,conf.tab: handle /bin/sh \ in read data, redir subshell
3759cb2dfce3b479a59e2f62ee0cc9ddd4a85924Timo Sirainen08-01-18 misc/magic.tab: amd-x68, 64-bit => x86-64
fde04e23b231c2e5eedbdda052e08d1c6c5a29d1Timo Sirainen07-12-10 string/strelapsed.c: "0" is a valid elapsed time!
3759cb2dfce3b479a59e2f62ee0cc9ddd4a85924Timo Sirainen07-12-02 sfio/sfreserve.c: preserve SF_SHARE sfrd() via sfreserve(f,0,0)
3759cb2dfce3b479a59e2f62ee0cc9ddd4a85924Timo Sirainen07-11-21 comp/setlocale.c: add sjis_mbtowc() to work around [\~] translation
3759cb2dfce3b479a59e2f62ee0cc9ddd4a85924Timo Sirainen07-11-15 features/signal.c: RT(1) .. RT(MAX-1) => RTMIN+1 .. RTMAX-1
3759cb2dfce3b479a59e2f62ee0cc9ddd4a85924Timo Sirainen07-11-14 features/float: favor sscanf() due to gnu strto[l]d() nan bugs
6b77095184aeb8a9976a74fa9ba1a06740f40d0eTimo Sirainen07-10-31 regex/regcomp.c: fix REX_COLL_CLASS node allocation size
9c7e765845357342923e16351181091028e5930fTimo Sirainen07-10-31 sfio/sfcvt.c: use signbit() if available
9c7e765845357342923e16351181091028e5930fTimo Sirainen07-10-31 features/isoc99: _ISOC99_SOURCE tests
9c7e765845357342923e16351181091028e5930fTimo Sirainen07-10-31 port/astmath.c: add -DN=8 for signbit()
9c7e765845357342923e16351181091028e5930fTimo Sirainen07-10-31 sfio/sfstrtod.h: don't forget about -0.0
9c7e765845357342923e16351181091028e5930fTimo Sirainen07-10-26 features/map.c: add { optopt optarg optind opterr }
9c7e765845357342923e16351181091028e5930fTimo Sirainen07-10-26 features/stdio: add _filbuf => _ast__filbuf
9c7e765845357342923e16351181091028e5930fTimo Sirainen07-10-26 comp/getsubopt.c: fix #undef that interfered with <ast_map.h>
61f5256ef248d35459b53534ae428bf6d016e1c5Timo Sirainen07-10-26 regex/regcomp.c: fix bug that missed ')' in ~(F)...
9c7e765845357342923e16351181091028e5930fTimo Sirainen07-10-12 port/astconf.c: fix CONF_ALLOC 16 bit overflow
9c7e765845357342923e16351181091028e5930fTimo Sirainen07-10-12 misc/fts.c: fix fts_close() to free the handle -- doh
9c7e765845357342923e16351181091028e5930fTimo Sirainen07-10-11 comp/setlocale.c: second and subsequent setlocale(*,"") reverts to previous
9c7e765845357342923e16351181091028e5930fTimo Sirainen07-10-11 path/pathprobe.c: add vfs ST_NOSUID check
9c7e765845357342923e16351181091028e5930fTimo Sirainen07-10-10 comp/conf.tab: add a few more xpg6 deferrals
9c7e765845357342923e16351181091028e5930fTimo Sirainen07-09-28 astsa: update to share with mainline src via _PACKAGE_astsa
9c7e765845357342923e16351181091028e5930fTimo Sirainen07-09-25 sfio/sfgetr.c: no limit on string stream line size
73b50eecfc31750a312e2f940023f522eb07178cTimo Sirainen07-09-25 sfio/sfextern.c: increase _Sfmaxr to 256*1024
dcae3eb5daaa06546932da9222df00b04af61380Timo Sirainen07-09-18 misc/procopen.c: tighten up SIGCHLD logic between parent/child
9c7e765845357342923e16351181091028e5930fTimo Sirainen07-09-18 misc/signal.c: unblock SIG_DFL after setting handler, sig<0 => don't unblock
9c7e765845357342923e16351181091028e5930fTimo Sirainen07-09-13 misc/fs3d.c: no $LD_PRELOAD => no 3d and avoids invalid mount(2) call
7e0bb2b365cc38645313a3513fa79bd32d34b63cTimo Sirainen07-09-11 vmalloc: vmstat(0,0)==1 => region in use, drop VM_primary|VM_secondary
9c7e765845357342923e16351181091028e5930fTimo Sirainen07-09-05 misc/recstr.c: handle [lL] gobbled by strtol() -- ouch
9c7e765845357342923e16351181091028e5930fTimo Sirainen07-08-17 path/pathprobe.c: handle '\r' in VERSION string
dcae3eb5daaa06546932da9222df00b04af61380Timo Sirainen07-07-17 regex/regcache.c: regcache(0,n,0) extends cache to size n (no shrinking)
ba3d9eeb0bec6ed8465d68fa2480ad085559b580Timo Sirainen07-07-16 tm/tmdata.c: add 2005-12-31, drop 1999-12-31 (where did that come from?)
ba3d9eeb0bec6ed8465d68fa2480ad085559b580Timo Sirainen07-05-21 tm/tmxfmt.c,tmxscan.c: %F => %L (TM_DEFAULT); %F => %Y-%m-%d
ba3d9eeb0bec6ed8465d68fa2480ad085559b580Timo Sirainen07-05-15 sfio/sfvprintf.c: %h? and SFFMT_SHORT => raw bytes
9c7e765845357342923e16351181091028e5930fTimo Sirainen07-05-09 features/signal.c,features/siglist: use kill -l & strsignal()
9c7e765845357342923e16351181091028e5930fTimo Sirainen07-04-25 misc/optctx.c: add for opt_info switching
9c7e765845357342923e16351181091028e5930fTimo Sirainen07-04-24 misc/cmdarg.c,include/cmdarg.h: add CMD_CHECKED, CMD_SILENT
9c7e765845357342923e16351181091028e5930fTimo Sirainen07-04-24 misc/procopen.c,include/proc.h: add PROC_CHECK
b08b33d1f5ce3721dc2d83586c9cb0ca141331fdTimo Sirainen07-04-24 misc/procrun.c: add flags arg (current use PROC_ARGMOD)
9c7e765845357342923e16351181091028e5930fTimo Sirainen07-04-24 misc/cmdarg.c,include/cmdarg.h: move from src/cmd/tw
a0be5eba10660c6c0b37baaeee460ff8163dbfc0Timo Sirainen07-04-20 port/(lclang.h|lc.c|mc.c|lclib.h|lcgen.c): separate lctab.c
9c7e765845357342923e16351181091028e5930fTimo Sirainen07-04-20 comp/conf.sh: defer to systems without 'grep -q' -- sigh
9c7e765845357342923e16351181091028e5930fTimo Sirainen07-04-20 comp/conf.sh: probe for LL integer constant initializer suffix
1d3f7c1278168d5b1cbfa9a2cc9929a0909056b4Timo Sirainen07-04-20 include/syslog.h: <namval.h> => <ast_namval.h> for win32
9c7e765845357342923e16351181091028e5930fTimo Sirainen07-04-20 ast_namval.h: add as copy of include/namval.h for win32
9c7e765845357342923e16351181091028e5930fTimo Sirainen07-04-19 comp/conf.tab: fix SVID SI entries to probe SI_* (not _SI_*)
9c7e765845357342923e16351181091028e5930fTimo Sirainen07-04-13 tm/tmxdate.c,tm/tmzone.c: handle [-+]0000 UTC zone offset
9c7e765845357342923e16351181091028e5930fTimo Sirainen07-04-11 sfio/sfvprintf.c: add %F, propagate SFFMT_UPPER
9c7e765845357342923e16351181091028e5930fTimo Sirainen07-04-11 sfio/sfcvt.c: handle SFFMT_UPPER => nan/inf vs. NAN/INF
9c7e765845357342923e16351181091028e5930fTimo Sirainen07-04-02 comp/conf.tab,comp/conf.sh: add C/POSIX <stdint.h> symbols
9c7e765845357342923e16351181091028e5930fTimo Sirainen07-03-28 misc/optget.c: fix l10n --?-
f23ede27743c1aa03eacbfc634d6a10de9110c91Timo Sirainen07-03-25 features/common: fix { ast_std.h ast_map.h stdint.h } logic
9c7e765845357342923e16351181091028e5930fTimo Sirainen07-03-21 error.h: move from error_info to (*_error_data_)
ac4ad4b985f0bfac39007ad29de671a29bfc70adTimo Sirainen07-03-21 misc/error.c: add errorctx() for error_info switching
ac4ad4b985f0bfac39007ad29de671a29bfc70adTimo Sirainen07-03-21 option.h: move from opt_info to (*_opt_data_)
ac4ad4b985f0bfac39007ad29de671a29bfc70adTimo Sirainen07-03-19 regex/regdecomp.c: fix REX_ONECHAR escapes and add REX_KMP
ac4ad4b985f0bfac39007ad29de671a29bfc70adTimo Sirainen07-03-11 tm/tmxscan.c,regex/regnexec.c: fix strict-alias transgressions
ac4ad4b985f0bfac39007ad29de671a29bfc70adTimo Sirainen07-02-27 comp/conf.sh: handle native getconf invalid numeric values
ac4ad4b985f0bfac39007ad29de671a29bfc70adTimo Sirainen07-02-21 comp/conf.sh,comp/conf.tab: handle SSIZE_MAX vs _POSIX_SSIZE_MAX
ac4ad4b985f0bfac39007ad29de671a29bfc70adTimo Sirainen07-02-20 sfio/sfvprintf.c: handle SF_WCWIDTH justification
ac4ad4b985f0bfac39007ad29de671a29bfc70adTimo Sirainen07-02-14 features/common: cover <stdint.h>, move to int_(bits)_t
9c7e765845357342923e16351181091028e5930fTimo Sirainen07-02-14 include/sfio.h: add SF_WCWIDTH
9c7e765845357342923e16351181091028e5930fTimo Sirainen07-02-12 comp/conf.sh: fix CONF_LIMIT bug that missed ULONG_MAX etc.
1d3f7c1278168d5b1cbfa9a2cc9929a0909056b4Timo Sirainen07-02-12 comp/conf.tab: *LONGLONG* => *LLONG* to match posix
9c7e765845357342923e16351181091028e5930fTimo Sirainen07-02-12 features/float: *LONGLONG* => *LLONG* to match posix
9c7e765845357342923e16351181091028e5930fTimo Sirainen07-02-12 port/astconf.c: handle CONF_LIMITS_DEF with no deferral
9c7e765845357342923e16351181091028e5930fTimo Sirainen07-02-12 stdio/vasprintf.c: add trailing '\0' -- doh
9c7e765845357342923e16351181091028e5930fTimo Sirainen07-02-04 string/fmtelapsed.c: fix naive multi month/year logic
9c7e765845357342923e16351181091028e5930fTimo Sirainen07-02-02 misc/optget.c: add --??posix for getopts(1)/getopt(3)
9c7e765845357342923e16351181091028e5930fTimo Sirainen07-01-26 string/chresc.c: use mbchar()
9c7e765845357342923e16351181091028e5930fTimo Sirainen07-01-26 misc/optget.c: handle "o:-:" usage for old-style long options
9c7e765845357342923e16351181091028e5930fTimo Sirainen07-01-22 sfio/sfdisc.c,sfpool.c: handle push on streams with pending peek
9c7e765845357342923e16351181091028e5930fTimo Sirainen07-01-22 include/sfio.h: mv Sfieee_t to sfio/sfhdr.h
9c7e765845357342923e16351181091028e5930fTimo Sirainen07-01-17 tm/tmxfmt.c: fix terminating nil logic which clobbered size-1
9c7e765845357342923e16351181091028e5930fTimo Sirainen07-01-11 misc/stk.c: a 2 day marathon bug fix (can we release now dr ek?)
9c7e765845357342923e16351181091028e5930fTimo Sirainen07-01-05 comp/spawnveg.c: posix_spawnattr_setflags(POSIX_SPAWN_SETPGROUP)
9c7e765845357342923e16351181091028e5930fTimo Sirainen07-01-05 misc/error.c: fix multibyte vs. printable logic
9c7e765845357342923e16351181091028e5930fTimo Sirainen07-01-01 comp/conf.sh: LC_ALL=C
1d3f7c1278168d5b1cbfa9a2cc9929a0909056b4Timo Sirainen06-12-26 tm/tmxdate.c: handle nn*.nnnn* == sec.ns
9c7e765845357342923e16351181091028e5930fTimo Sirainen06-12-20 features/libpath.sh: generalize sol.* LIBPATH patterns
9c7e765845357342923e16351181091028e5930fTimo Sirainen06-12-18 comp/setlocale.c: include ast_standards.h and ast_wchar.h !
9c7e765845357342923e16351181091028e5930fTimo Sirainen06-12-12 string/strperm.c: octal modes are absolute!
9c7e765845357342923e16351181091028e5930fTimo Sirainen06-12-11 comp/conf.tab: always defer ARG_MAX
9c7e765845357342923e16351181091028e5930fTimo Sirainen06-12-07 Makefile: fix conftab.c generation CCFLAGS to match build - doh
73b50eecfc31750a312e2f940023f522eb07178cTimo Sirainen06-12-04 sfio/sfcvt.c: fix (int) vs. (long) cast mismatches
9c7e765845357342923e16351181091028e5930fTimo Sirainen06-12-01 comp/conf.tab: add changes to cover solaris { bin xpg4 xpg6 }
9c7e765845357342923e16351181091028e5930fTimo Sirainen06-12-01 regex/reginit.c: adjust { SRE KRE } escaped (){}*? inside [...]
9c7e765845357342923e16351181091028e5930fTimo Sirainen06-12-01 sfio/sfcvt.c: add signbit/copysign tests
9c7e765845357342923e16351181091028e5930fTimo Sirainen06-11-22 comp/spawnveg.c: fix _real_vfork logic to work with 3d
61f5256ef248d35459b53534ae428bf6d016e1c5Timo Sirainen06-11-20 features/common: bias _ast_int8_t "long long" before "__int64"
9c7e765845357342923e16351181091028e5930fTimo Sirainen06-11-20 string/strperm.c: fix X to work with all ops (not just +)
9c7e765845357342923e16351181091028e5930fTimo Sirainen06-11-15 astconf.c,conf.tab: add CONF_DEFER_* for variable constants
9c7e765845357342923e16351181091028e5930fTimo Sirainen06-11-11 port/astconf.c: validate path arg w.r.t. underlying calls
9c7e765845357342923e16351181091028e5930fTimo Sirainen06-11-11 comp/conf.sh: fix S CONF_STANDARD bug, add D to defer to native
9c7e765845357342923e16351181091028e5930fTimo Sirainen06-11-11 comp/conf.tab: add D to defer to native
9740d55b228a670047c854484d5cc979a056a9afTimo Sirainen06-11-01 include/vmalloc.h: avoid VM_FLAGS sys/v*.h clash
9c7e765845357342923e16351181091028e5930fTimo Sirainen06-11-01 include/ast.h: add FMT_PARAM for fmtquote()
9c7e765845357342923e16351181091028e5930fTimo Sirainen06-10-31 disc/sfdcseekable.c: add SFSK_DISCARD for seekable window control
3759cb2dfce3b479a59e2f62ee0cc9ddd4a85924Timo Sirainen06-10-31 comp/spawnveg.c,features/lib: handle posix_spawn exit status 127
3759cb2dfce3b479a59e2f62ee0cc9ddd4a85924Timo Sirainen06-10-30 features/lib: fix posix_spawn() fork() prototype conflicts
3759cb2dfce3b479a59e2f62ee0cc9ddd4a85924Timo Sirainen06-10-30 string/fmtscale.c: fix 1024 rounding bugs
3759cb2dfce3b479a59e2f62ee0cc9ddd4a85924Timo Sirainen06-10-27 disc/sfkeyprintf.c: handle 'i' (=='d') -- oops
3759cb2dfce3b479a59e2f62ee0cc9ddd4a85924Timo Sirainen06-10-26 sfio/sfvprintf.c: %#d => fmtscale(1000), %#i => fmtscale(1024)
3759cb2dfce3b479a59e2f62ee0cc9ddd4a85924Timo Sirainen06-10-26 features/map.c: _map_libc cleanup
3759cb2dfce3b479a59e2f62ee0cc9ddd4a85924Timo Sirainen06-10-26 features/fcntl: add to the circle of trust
3759cb2dfce3b479a59e2f62ee0cc9ddd4a85924Timo Sirainen06-10-26 features/sys: add <sys/socket.h> socklen_t
3759cb2dfce3b479a59e2f62ee0cc9ddd4a85924Timo Sirainen06-10-26 include/regex.h: handle include before <ast_map.h>
3759cb2dfce3b479a59e2f62ee0cc9ddd4a85924Timo Sirainen06-10-25 astconf "SHELL" => "SH" to avoid _POSIX_SHELL conflict
f569d62531b9140470e27f7470ea8a03e9b9d6c7Timo Sirainen06-10-25 comp/conf.*: drop no-op duplicate conftab.c entries
f569d62531b9140470e27f7470ea8a03e9b9d6c7Timo Sirainen06-10-18 string/fmtscale.c: 1000: n[.]n[n](kMGTPE), 1024: n[.]n[n](KMGTPE)i
f569d62531b9140470e27f7470ea8a03e9b9d6c7Timo Sirainen06-10-11 ast_std.h: now implies <sys/stat.h> (did on most before anyway)
f569d62531b9140470e27f7470ea8a03e9b9d6c7Timo Sirainen06-10-11 strtoi.h: ignore sign for 0, validate scale shift
3759cb2dfce3b479a59e2f62ee0cc9ddd4a85924Timo Sirainen06-10-11 add sfstruse()/sfstropen() error checks
f569d62531b9140470e27f7470ea8a03e9b9d6c7Timo Sirainen06-10-10 misc/procopen.c: envv==environ => don't modify environ
3759cb2dfce3b479a59e2f62ee0cc9ddd4a85924Timo Sirainen06-10-10 misc/procclose.c: return valid exit(1) status
3759cb2dfce3b479a59e2f62ee0cc9ddd4a85924Timo Sirainen06-10-06 port/astconf.c,comp/conf.sh,comp/conf.tab: play nice with getconf(1)
dcae3eb5daaa06546932da9222df00b04af61380Timo Sirainen06-10-01 comp/conf.tab: SHELL default checks { _CS_PATH } X { ksh ksh93 sh }
dcae3eb5daaa06546932da9222df00b04af61380Timo Sirainen06-10-01 comp/conf.sh: export CONF_getconf to shell actions
dcae3eb5daaa06546932da9222df00b04af61380Timo Sirainen06-10-01 comp/putenv.c: always enable setenv() for procopen()
dcae3eb5daaa06546932da9222df00b04af61380Timo Sirainen06-10-01 misc/procopen.c: use pathshell() or astconf("SHELL",0,0) if PARANOID
dcae3eb5daaa06546932da9222df00b04af61380Timo Sirainen06-10-01 path/pathshell.c: localize the shell path patterns and accept ksh93
9c7e765845357342923e16351181091028e5930fTimo Sirainen06-09-28 Makefile: avoid ast <stdio.h> vix iffe -X ast -- doh
9c7e765845357342923e16351181091028e5930fTimo Sirainen06-09-26 regex/regcomp.c: handle KRE ~(...)<invalid-kre>
9c7e765845357342923e16351181091028e5930fTimo Sirainen06-09-25 reorganize to avoid native header intercepts
a0be5eba10660c6c0b37baaeee460ff8163dbfc0Timo Sirainen06-09-15 uwin/crypt.c: _UWIN only!
9c7e765845357342923e16351181091028e5930fTimo Sirainen06-09-14 Makefile: tweak the ast_common.h bootstrap again (finally?)
6b77095184aeb8a9976a74fa9ba1a06740f40d0eTimo Sirainen06-09-14 misc/optget.c: noncommercial => OPT_proprietary
300baf826ba39003b861e7716c35bae372e6f23eTimo Sirainen06-09-12 string/strelapsed.c: fix multi-char qualifier parse
300baf826ba39003b861e7716c35bae372e6f23eTimo Sirainen06-09-12 string/strtoi.h: drop [cClLqQwW] multipliers
6b77095184aeb8a9976a74fa9ba1a06740f40d0eTimo Sirainen06-09-11 misc/optget.c: add numeric arg validity check
9c7e765845357342923e16351181091028e5930fTimo Sirainen06-09-07 misc/optget.c,tm/tmfix.c: fix uninitialzed var refs
6b77095184aeb8a9976a74fa9ba1a06740f40d0eTimo Sirainen06-09-05 path/pathprobe.c: add version header verification
9c7e765845357342923e16351181091028e5930fTimo Sirainen06-08-01 Makefile: handle iffe vs FEATURE/common vs ast_common.h
6b77095184aeb8a9976a74fa9ba1a06740f40d0eTimo Sirainen06-08-31 Makefile: add ast_map.h to the bootstrap list
9c7e765845357342923e16351181091028e5930fTimo Sirainen06-08-30 misc/glob.c: fix ~(E)re bug that stripped ~(E) before regcomp
9c7e765845357342923e16351181091028e5930fTimo Sirainen06-08-30 include/ast.h: add { integralof(x) pointerof(x) }
9c7e765845357342923e16351181091028e5930fTimo Sirainen06-08-27 string/strelapsed.c: fix off-by-one (too little) parse bug
9c7e765845357342923e16351181091028e5930fTimo Sirainen06-08-25 misc/optget.c: 0*<n>.* numeric option args => <n>.*
9c7e765845357342923e16351181091028e5930fTimo Sirainen06-08-22 misc/glob.c: handle ~(...) pattern options
6b77095184aeb8a9976a74fa9ba1a06740f40d0eTimo Sirainen06-08-16 string/strelapsed.c: fix off-by-one (too far) parse bug
6b77095184aeb8a9976a74fa9ba1a06740f40d0eTimo Sirainen06-08-16 regex/regcomp.c: accept but ignore ~(N)
6b77095184aeb8a9976a74fa9ba1a06740f40d0eTimo Sirainen06-08-14 features/libpath.sh: add solaris LD_LIBRARY_PATH_64 check
6b77095184aeb8a9976a74fa9ba1a06740f40d0eTimo Sirainen06-08-05 sfio/sfpool.c: pool SF_READ|SF_WRITE loop fix
6b77095184aeb8a9976a74fa9ba1a06740f40d0eTimo Sirainen06-08-02 misc/fts.c: fix FTS_NOSTAT optimization to check for ..
6b77095184aeb8a9976a74fa9ba1a06740f40d0eTimo Sirainen06-07-28 include/glob.h: add gl_extra for user globlist_t expansion
3759cb2dfce3b479a59e2f62ee0cc9ddd4a85924Timo Sirainen06-07-26 comp/fnmatch.[ch]: allow <ast_map.h> to map fnmatch()
3759cb2dfce3b479a59e2f62ee0cc9ddd4a85924Timo Sirainen06-07-22 cdt: snarf from kpv
a8b8cce8569753ed47c94782283a24fb11c5ab52Timo Sirainen06-07-17 string/strperm.c: perm==-1 skips umask(1)
a8b8cce8569753ed47c94782283a24fb11c5ab52Timo Sirainen06-07-17 sfio/sfvprintf.c: handle format invalid mb seq
a8b8cce8569753ed47c94782283a24fb11c5ab52Timo Sirainen06-07-17 regex/regcomp.c: inline REG_SHELL => anchored, otherwise not
a8b8cce8569753ed47c94782283a24fb11c5ab52Timo Sirainen06-07-17 regex/regcomp.c: inline B|G:basic E:REG_EXTENDED F|L:REG_LITERAL
9c7e765845357342923e16351181091028e5930fTimo Sirainen06-07-17 regex/regcomp.c: inline l:REG_LEFT r:REG_RIGHT
9c7e765845357342923e16351181091028e5930fTimo Sirainen06-07-17 regex/regcomp.c: inline a:REG_LEFT|REG_RIGHT p:~REG_LENIENT
d3442384ca53d4b18a493db7dd0b000f470419cfTimo Sirainen06-07-17 string/chresc.c: add \Uxxxxxxxx
d3442384ca53d4b18a493db7dd0b000f470419cfTimo Sirainen06-07-17 sfio/sfstrtof.h: ignore thousands sep after decimal
d3442384ca53d4b18a493db7dd0b000f470419cfTimo Sirainen06-07-17 string/tokline.c: splice() => spliceline() for bsd
d3442384ca53d4b18a493db7dd0b000f470419cfTimo Sirainen06-06-27 features/float,sfio/sfcvt.c: fix Nan logic
d3442384ca53d4b18a493db7dd0b000f470419cfTimo Sirainen06-06-27 port/astmath.c: fix long double isnan() test
d3442384ca53d4b18a493db7dd0b000f470419cfTimo Sirainen06-06-27 features/map.c: _map_libc for std => _ast_std
d3442384ca53d4b18a493db7dd0b000f470419cfTimo Sirainen06-06-25 string/strperm.c: handle posix = w.r.t. umask
d3442384ca53d4b18a493db7dd0b000f470419cfTimo Sirainen06-06-19 port/mnt.c,features/fs: handle netbsd getmntent api change
d3442384ca53d4b18a493db7dd0b000f470419cfTimo Sirainen06-06-18 regex/regstat.c: add REG_LITERAL check
d3442384ca53d4b18a493db7dd0b000f470419cfTimo Sirainen06-06-11 cdt/dtview.c: update from kpv
d3442384ca53d4b18a493db7dd0b000f470419cfTimo Sirainen06-05-31 sfio/sfhdr.h: fix _SFOPEN() typo
d3442384ca53d4b18a493db7dd0b000f470419cfTimo Sirainen06-05-09 comp/conf.sh: add native getconf -a names to the mix
d3442384ca53d4b18a493db7dd0b000f470419cfTimo Sirainen06-04-28 misc/optget.c: add solaris long option name compatibility
d3442384ca53d4b18a493db7dd0b000f470419cfTimo Sirainen06-03-09 string/strmatch.c: add REG_ADVANCE => REG_* flags
d3442384ca53d4b18a493db7dd0b000f470419cfTimo Sirainen06-02-14 comp/iconv.c: fix uwin iconv_list() /reg/ generator
d3442384ca53d4b18a493db7dd0b000f470419cfTimo Sirainen06-02-10 port/astconf.c: relax standard prefix filter
d3442384ca53d4b18a493db7dd0b000f470419cfTimo Sirainen06-02-01 port/astlicense.c: add { parent incorporation }
d3442384ca53d4b18a493db7dd0b000f470419cfTimo Sirainen06-01-26 port/astconf.c: fix { LIBPREFIX LIBSUFFIX } length
d3442384ca53d4b18a493db7dd0b000f470419cfTimo Sirainen06-01-06 features/lib: change _UNIV_DEFAULT probe to use cross{...}
d3442384ca53d4b18a493db7dd0b000f470419cfTimo Sirainen06-01-04 misc/stk.c: fix n**2 realloc behavior
d3442384ca53d4b18a493db7dd0b000f470419cfTimo Sirainen06-01-01 include/sfio.h: export { _Sfi _Sfmaxr }
d3442384ca53d4b18a493db7dd0b000f470419cfTimo Sirainen05-12-13 string/chresc.c: handle \C-X => control-X, \M- => ESC
d3442384ca53d4b18a493db7dd0b000f470419cfTimo Sirainen05-11-22 regex/regcache.c: add, convert string/strmatch.c to regcache()
73b50eecfc31750a312e2f940023f522eb07178cTimo Sirainen05-10-06 string/ccmap.c: update ebcdic-u to be idempotent
d3442384ca53d4b18a493db7dd0b000f470419cfTimo Sirainen05-09-28 vmalloc: snarf from kpv; fixes large block brk() thrashing
d3442384ca53d4b18a493db7dd0b000f470419cfTimo Sirainen05-09-26 misc/magic.c,misc/magic.tab: handle latest vcodex header
73b50eecfc31750a312e2f940023f522eb07178cTimo Sirainen05-09-12 misc/optget.c: reset opt_info.offset on error
d3442384ca53d4b18a493db7dd0b000f470419cfTimo Sirainen string/strtoi.h: strton() '.' multiplier only if m>1
d3442384ca53d4b18a493db7dd0b000f470419cfTimo Sirainen string/fmtesc.c: add unadvertized FMT_PARM for FMT_SHELL
73b50eecfc31750a312e2f940023f522eb07178cTimo Sirainen05-09-09 string/fmtesc.c: fix FMT_SHELL logic w.r.t. [$`]
73b50eecfc31750a312e2f940023f522eb07178cTimo Sirainen05-08-11 string/strerror.c: fix { sys_errlist sys_nerr } prototypes
d3442384ca53d4b18a493db7dd0b000f470419cfTimo Sirainen05-08-03 sfio: snarf sfvaprints sfaprints
d3442384ca53d4b18a493db7dd0b000f470419cfTimo Sirainen05-07-21 port/astconf.c: retain most recent synthesized lookup
d3442384ca53d4b18a493db7dd0b000f470419cfTimo Sirainen05-07-20 sfio/sfsetbuf.c: default file io size now 64K on all systems
d3442384ca53d4b18a493db7dd0b000f470419cfTimo Sirainen05-07-17 ccmap*: add microfocus cobol EBCDIC_U
d3442384ca53d4b18a493db7dd0b000f470419cfTimo Sirainen05-06-29 regex/regcomp.c: fix the A & B inline flag logic
d3442384ca53d4b18a493db7dd0b000f470419cfTimo Sirainen05-06-15 include/recfmt.h: add fs format flag to fmtrec()
d3442384ca53d4b18a493db7dd0b000f470419cfTimo Sirainen05-06-14 error.c: add ERROR_OPTIONS { break count match }
d3442384ca53d4b18a493db7dd0b000f470419cfTimo Sirainen05-06-07 features/stdio: drop FEATURE/limits to fix bootstrap circular dep
d3442384ca53d4b18a493db7dd0b000f470419cfTimo Sirainen05-06-02 features/*,Makefile: drop vestigel iffeio.h bootstrap workaround
d3442384ca53d4b18a493db7dd0b000f470419cfTimo Sirainen05-05-31 string/fmtbuf.c: unlock (spin) before each return -- doh
d3442384ca53d4b18a493db7dd0b000f470419cfTimo Sirainen05-05-30 sfio/sfpkrd.c: work around macos 10.4 recv(MSG_PEEK) bug
d3442384ca53d4b18a493db7dd0b000f470419cfTimo Sirainen05-05-27 regex: add REX_NEST (?%[S.][T.][OT])
d3442384ca53d4b18a493db7dd0b000f470419cfTimo Sirainen magic.tab: ammend bsd db magic
d3442384ca53d4b18a493db7dd0b000f470419cfTimo Sirainen05-05-23 regex: REX_NEST (?%[D.][E.][L.][Q.][oc]...)
d3442384ca53d4b18a493db7dd0b000f470419cfTimo Sirainen05-05-21 regex: state.fold[] is now locale specific -- doh
a04b6515c20b431294626400e173d81f3d25889bTimo Sirainen05-05-19 regex: add REX_NEST (?%\\()<>[]""...) %(...) nested match
d3442384ca53d4b18a493db7dd0b000f470419cfTimo Sirainen05-05-15 recfmt.h: add recstr() reclen() fmtrec()
d3442384ca53d4b18a493db7dd0b000f470419cfTimo Sirainen05-05-13 optget.c: allow boolean options to take numeric values
d3442384ca53d4b18a493db7dd0b000f470419cfTimo Sirainen05-05-12 recfmt.c: add to recfmt.h, adjust Recfmt_t encodings
d3442384ca53d4b18a493db7dd0b000f470419cfTimo Sirainen05-04-30 sfio: add sfmaxr(), default 64K
d3442384ca53d4b18a493db7dd0b000f470419cfTimo Sirainen05-04-22 comp/omitted.c: fix magic() logic for files < 512 bytes
d3442384ca53d4b18a493db7dd0b000f470419cfTimo Sirainen05-04-20 cdt: snarf update from kpv; void* Dt_t.user added
d3442384ca53d4b18a493db7dd0b000f470419cfTimo Sirainen misc/error.c: library => ERROR_LIBRARY
d3442384ca53d4b18a493db7dd0b000f470419cfTimo Sirainen05-04-19 regex/regcomp.c: handle REG_SHELL [^...] == [!...]
d3442384ca53d4b18a493db7dd0b000f470419cfTimo Sirainen05-04-11 tm/tmxscan.c: handle yyy.mm.dd[-+.]hh.mm.ss.nnnnnn
a04b6515c20b431294626400e173d81f3d25889bTimo Sirainen05-04-07 regex/regnexec.c: fix out of bounds boundary check -- ouch
d3442384ca53d4b18a493db7dd0b000f470419cfTimo Sirainen features/align.c: add jmp_buf to the alignment mix (ia64)
d3442384ca53d4b18a493db7dd0b000f470419cfTimo Sirainen vmalloc/vmhdr.h: add jmp_buf to the alignment mix (ia64)
d3442384ca53d4b18a493db7dd0b000f470419cfTimo Sirainen05-03-31 misc/optget.c: fix option { - _ } separator matching
d3442384ca53d4b18a493db7dd0b000f470419cfTimo Sirainen05-03-30 misc/glob.c: eliminate superfluous GLOB_NOMATCH stat() calls
d3442384ca53d4b18a493db7dd0b000f470419cfTimo Sirainen05-03-24 port/astwinsize.c: include <sys/ioctl.h> if possible
d3442384ca53d4b18a493db7dd0b000f470419cfTimo Sirainen05-03-23 string/ccmap.c: add ebcdic-m mvs cobol table
d3442384ca53d4b18a493db7dd0b000f470419cfTimo Sirainen05-03-11 comp/omitted.c: handle utime[s](const,const)
d3442384ca53d4b18a493db7dd0b000f470419cfTimo Sirainen comp/conf.tab: fix linux PID_MAX probe
d3442384ca53d4b18a493db7dd0b000f470419cfTimo Sirainen05-03-10 comp/setlocale.c: LC_* value "" => unset -- doh
d3442384ca53d4b18a493db7dd0b000f470419cfTimo Sirainen misc/optget.c: reorder _PACKAGE_astsa code for msgcc
d3442384ca53d4b18a493db7dd0b000f470419cfTimo Sirainen05-03-08 misc/optget.c: delete leading space in STYLE_nroff output
d3442384ca53d4b18a493db7dd0b000f470419cfTimo Sirainen05-03-07 sfio/sfhdr.h: drop extern _sfdscan -- clashes with sfvscanf.c static
d3442384ca53d4b18a493db7dd0b000f470419cfTimo Sirainen05-03-01 tm/tminit.c: add tmlocaltime() for tzset() getenv() override workaround
d3442384ca53d4b18a493db7dd0b000f470419cfTimo Sirainen05-02-20 features/tvlib: tmsettimeofday only for systems that have settimeofday
73b50eecfc31750a312e2f940023f522eb07178cTimo Sirainen05-02-18 tm/tmxmake.c: fix <0 west of GMT bug that warped to 1800's -- wow
d3442384ca53d4b18a493db7dd0b000f470419cfTimo Sirainen05-02-11 port/mnt.c: handle lynxos MOUNTED=/etc/fstab
d3442384ca53d4b18a493db7dd0b000f470419cfTimo Sirainen05-02-08 features/float,sfio.h,sfcvt.c,sftable.c: add INF and fix NAN
d3442384ca53d4b18a493db7dd0b000f470419cfTimo Sirainen05-02-04 features/lib: add _std_strtol (for lynxos)
d3442384ca53d4b18a493db7dd0b000f470419cfTimo Sirainen include/ast_std.h: add _std_strtol tests
73b50eecfc31750a312e2f940023f522eb07178cTimo Sirainen comp/strtod.c: #define S2F_function strtod
73b50eecfc31750a312e2f940023f522eb07178cTimo Sirainen misc/signal.c: fix ancient bsd SV_INTERRUPT vs. SV_ABORT clash
73b50eecfc31750a312e2f940023f522eb07178cTimo Sirainen05-01-11 sfio/sfmove.c: try to seek(fr) when fw==0
d3442384ca53d4b18a493db7dd0b000f470419cfTimo Sirainen comp/omitted.c: intercept utimes() too
d3442384ca53d4b18a493db7dd0b000f470419cfTimo Sirainen comp/omitted.c: add DOSPATHVARS env var path value conversions
d3442384ca53d4b18a493db7dd0b000f470419cfTimo Sirainen features/tvlib,tm/tvtouch.c: check for utimets()
d3442384ca53d4b18a493db7dd0b000f470419cfTimo Sirainen misc/optget.c: handle '-' or '_' option word separators
d3442384ca53d4b18a493db7dd0b000f470419cfTimo Sirainen sfio/_sfopen.c: allow stream mode changes after initialization
d3442384ca53d4b18a493db7dd0b000f470419cfTimo Sirainen sfio: sync with kpv: SF_SYNCED fix for ksh input loss bug
d3442384ca53d4b18a493db7dd0b000f470419cfTimo Sirainen05-01-09 tm/tmxfmt.c: fix %6N for n<100000000
d3442384ca53d4b18a493db7dd0b000f470419cfTimo Sirainen05-01-08 regex/regcomp.c: conj() => con() to avoid C99 clash
d3442384ca53d4b18a493db7dd0b000f470419cfTimo Sirainen05-01-05 tm/*: fix { %U %V %W } logic -- my head hurts
d3442384ca53d4b18a493db7dd0b000f470419cfTimo Sirainen04-12-30 tm/tmxtime.c: fix tm_isdst<0 loop
d3442384ca53d4b18a493db7dd0b000f470419cfTimo Sirainen04-12-23 vmalloc/vmbest.c: fix vmresize bug that didn't 0 new data
d3442384ca53d4b18a493db7dd0b000f470419cfTimo Sirainen04-12-19 misc/optget.c: broaden - long option match
d3442384ca53d4b18a493db7dd0b000f470419cfTimo Sirainen04-12-09 string/strtoi.h: fix terabyte 't' suffix math
d3442384ca53d4b18a493db7dd0b000f470419cfTimo Sirainen string/strmatch.c: flush cache on locale change
d3442384ca53d4b18a493db7dd0b000f470419cfTimo Sirainen tv.h,tv*.c,tv.3: move from pax
d3442384ca53d4b18a493db7dd0b000f470419cfTimo Sirainen tmx.h,tmx*.c,tmx.3: add high resolution tm(3) counterparts
d3442384ca53d4b18a493db7dd0b000f470419cfTimo Sirainen features/lib: add *another* sgi linux.ia64 memccpy bug check
d3442384ca53d4b18a493db7dd0b000f470419cfTimo Sirainen04-10-31 Makefile: __OBSOLETE__ now computed <6 months ago year>0101
misc/magic.c: fix bug that terminated `string \0a' at \0
misc/magic.c: handle vcodex() via decompose()
misc/magic.tab: add vcodex magic
features/stdio: handle _LARGEFILE64_SOURCE -- oops
04-10-28 string/swapop.c: size==-4 => size=4 and extend op=3 to op=7
tm/tmfix.c: fix tm_mon<0 logic
04-10-22 tm/tmdate.c: handle 'final day feb 2004'
port/astlicense.c: add query=all|id|${...}${...}
port/astlicense.c: "free" => "mit"
comp/omitted.c: revert to the open source license
string/stropt.c: drop siz==0 => tab is hash table
include/sfstr.h: drop
disc/sfstrtmp.c: drop -- use sfstrbuf()
04-10-20 misc/magic.tab: update tar magic
crypt.c: add BSD code
pathpath.c: disable { $0 $_ $PWD } related root search
port/astlicense.c: add type=cpl -- yeah
04-09-25 string/swapop.c: return op < size -- duh
04-09-23 comp/spawnveg.c: :NOOPTIMIZE: -- volatile sometimes ignored
04-09-21 comp/spawnveg.c: exec_errno_ptr is volatile -- duh
04-09-14 tm/tmscan.c: add %| alternation and %& => tmdate()
04-09-08 misc/optget.c: add :!value: omitted optional arg value
misc/optget.c: fix --noNAME ambiguous option logic
04-08-26 string/strperm.c: add who^mode to propagate least restrictive up
port/astlicense.c: ignore first option if non-assignment
include/ast_dir.h: move d_fileno map before struct defs -- duh
04-08-24 vmalloc/vmbest.c: add {VM_region} VMCHECK=+r for region segment checks
04-08-23 vmalloc/vmbest.c: add {VM_primary VM_secondary} VMCHECK=-s for primary
04-06-24 string/strmatch.c: strgrpmatch() match[] now variable size array
04-06-17 features/common: change _DLL null define to (the standard ast) 1
04-06-11 misc/optget.c: allow optional [-|+|--|++] optstr() option prefix
misc/optget.c: reset optstr() state on 0 return
04-05-31 sfio/sfreserve.c: no side buffer if user buffer is large enough
04-05-27 string/fmtbuf.c: handle one concurrent buf > sizeof(buf)
04-05-24 regcomp.c: fix no-advance initialization
magic.tab: ms suffix update
04-05-04 port/lcgen.c: fix territory initialization
04-04-07 vmalloc/vmbest.c: fix alpha tiny block bug
vmalloc/malloc.c: re-enable on alpha
04-03-25 vmalloc/malloc.c: _AST_std_malloc=1 for __alpha
path/pathprobe.c: per-user probe dir => $HOME/.probe/$HOSTTYPE
04-03-23 regex/reglib.h: fix isw*() redefines
04-02-29 comp/omitted.c: move env trace after PATH fixup
comp/omitted.c: cygwin spawn _P_DETACH => _P_NOWAIT+setpgid(pid,0)
misc/optget.c: fix html mailto: match
port/astlicense.c: add type=test for fixed 2001 date
features/float: check local NaNQ first
vmalloc/vmhdr.h: fix _vmextern_ vm_truncate return type
misc/magic.tab: add elf s390 index=22
sfio/sfvscanf.c: fix extf arg selection
disc/sfkeyprintf.c: only case pattern must be ()[] balanced
04-02-14 include/sfio_t.h: add SF_DCDOWN, SFDCNEXT(), SFDCPREV()
04-02-13 string/strmatch.c: fix bug that didn't save one-time sub[] size
vmalloc: -g: export VMCHECK=1 enable malloc/free checks
vmalloc: -g: free(0) to check and disable malloc/free checks
vmalloc: -g: free(1) to check and enable malloc/free checks
vmalloc/vmbest.c: updated to do more comprehensive DEBUG tests
04-02-04 sfio/sfraise.c: add sfraise(0,a,b) to iterate over all streams
04-02-01 vmalloc/vmbest.c: _BLD_DEBUG free(0) checks the arena
04-01-31 features/vmalloc: fix typo that missed _mmap_zero
04-01-23 string/strerror.c: handle real strerror() return value overwrite
04-01-11 path/pathpath.c: fix size vs. sizeof(buf) typo
03-12-22 misc/magic.tab: dos EXE tweaks
03-12-04 port/astlicense.c: fix expand() loop sentinel bug
03-12-02 include/ast.h: mbchar() advances by 1 on mbtowc() error
misc/fts.c: increase MINNAME to 32
vmalloc/vmbest.c: export VMCHECK=2 to disable KPVCOMPACT
misc/magic.c: add { cobol copybook pl1 } and suffix preference
03-11-12 features/stdio: drop cuserid,getopt for SUSV3
03-10-23 comp/iconv.c: fix sfreserve lock fallback
03-10-20 sfio/_sfopen.c: add to allow user sfopen() intercept
03-10-17 regnexec.c: fix exec time REG_LEFT, \x.... => wctomb()
03-10-12 string/strtoi.h: fix strton '.' overconsumption
03-10-12 comp/iconv.c: identity is always (iconv_t)0
03-10-09 string/fmtesc.c: fix FMT_SHELL to check for all shell magic chars
03-10-01 port/astlicense.c: unknown authors copied verbatim (instead of ignored)
03-09-30 string/chresc.c: handle \u..., \x... consumes all trailing hex digits
string/stresc.c: \u... and \x... > UCHAR_MAX => wctomb()
03-09-29 fnv.h: add
03-09-23 modedata.c: table is for external modes, so no arch specific hacks
optget.c: fix option prefix match translation bug
optget.c: add `<length> <name>=<value>\n' to optstr()
features/lib: add memcmp() test for sgi optimzation bug
regclass.c: fix for loop dangling ; in regaddclass()
03-09-19 sfmode.c: update release to kpv's
03-09-17 regcomp.c: add pedantic backref error checks
03-09-16 regnexec.c: exec time REG_LEFT => don't advance past initial position
regclass.c: add regaddclass() for user defined [:class:]
regexec.h: REG_VERSION_N2X, add redisc_t {re_map} ccode map
regstat.c: add regstat_t
03-09-09 disc/sfkeyprintf.c: *pn on lookup is arg separator; lookup "" arg too
03-09-03 sfstr.h: add sfstrpend() for #pending bytes in read buffer
features/botched: add cygwin _stat => _stat64
03-08-15 include/ast.h: map out bsd strmode()
features/common: add interix _ast_intmax_t workarounds
misc/fs3d.c: 3d mount test now uses "" instead of NiL (or cygwin dumps)
03-08-11 string/fmtesc.c: fix optional quoting checks
tm/tmdate.c: fix > 1 year of seconds arithmetic
tm/tmfix.c: fix leap year adjustments
03-08-01 features/lib: beef up sock_peek test for interix
03-07-29 features/float: add -lm to frexp... test
03-07-26 features/mem.c: favor _mem_sbrk over _mem_mmap_*
03-07-22 vmalloc/vmbest.c: fall back to sbrk() if mmap() fails
features/mem.c: _mem_sbrk means sbrk() and brk() work
03-07-17 regex/regcomp.c: fix bug that treated KRE X{n,m} like {n,m}(X)
misc/magic.c: check MAGIC_VERBOSE for all load() messages
03-07-14 misc/optget.c: handle [...]{[...]\f...\f...}
03-06-21 misc/sigcrit.c: block SIGCHLD if _lib_sigprocmask || _lib_sigsetmask
comp/spawnveg.c: drop ENOEXEC logic
vmalloc/vmbest.c: export VMCHECK=2 to disable KPVCOMPACT (just in case)
string/strdup.c: drop __strdup() etc. intercepts -- malloc gets it
features/mem: define _mem_method and _mem_* possible values
vmalloc/malloc.c: _AST_mem_method==_mem_* to force mem get method
sfio/sfputr.c: __ia64 memccpy is bogus -- how many tries do they get?
path/pathshell.c: verify abs path and access(path,X_OK) -- duh
vmalloc/vmhdr.h: add private _Vmessage() for non-sfio ASSERT()
port/astconf.c: fix bug that always returned the minmax value
03-06-11 comp/*.c: reorder macro hding for mvs.390 and <ast_map.h>
features/vmalloc: add _lib_brk and _lib_sbrk verification
include/ast_std.h,etc.: add _map_malloc for malloc => _ast_malloc
comp/conf.sh: fix SI_* and *_SI_* macro redefs
vmalloc/vmtrace.c: _PACKAGE_ast __FUNCTION__ is a string
vmalloc/vmtrace.c: set trace file fd FD_CLOEXEC
features/mmap: fix ancient read() vs. mmap() time arithmetic typo
vmalloc/malloc.c: _AST_std_malloc==1 to force standard malloc
03-06-09 comp/omitted.c: add _imp__FUNCTION sybols for __CYGWIN__ static link
vmalloc/vmbest.c: handle systems with sbrk() but no brk()
03-06-04 port/astconf.c: drop non-standard diagnostics
03-06-03 comp/conf.sh: rework symbol collision logic
03-05-29 ccode.h: rework for extensibility, drop obsolete mematoe(), memetoa()
03-05-27 features/vmalloc: fix _std_malloc test
03-05-25 misc/optget.c: fix optstr() ???* internal options
03-05-24 misc/optget.c: fix (ancient) argv null dereference
03-05-23 comp/getcwd.c: don't intercept on _WINIX -- unreliable st_ino
03-05-22 sfio/sfsprintf.c: n<0 => don't append '\0'
regex/ucs_names.h: use "..." catenation to placate some cc's
03-05-11 string/strtoi.h: handle "-" "+" "0x" "11#"
03-05-09 vmalloc/vmbest.c: large memory allocation tweaks
03-05-06 misc/optget.c: fix getopt_long() prefix==1 bug that missed short flags
03-04-15 vmalloc/malloc.c: intercept __malloc() along with __libc_malloc()
string/strdup.c: intercept __strdup() along with __libc_strdup()
features/mmap: consolidate from features/(lib|sfio|vmalloc)
path/pathposix.c: add
03-04-14 comp/setlocale.c: fix debug_mbtowc() return value for *s==0 || n < 1
comp/iconv.c: fix error return errno values
03-04-11 misc/stk.c: fix stkgrow() realloc bug
03-04-05 string/tok.c: support readonly single token input strings
disc/sfdcdio.c: fix F_DIOINFO and FDIRECT #ifdef's
include/ast_std.h: allow _LARGEFILE64_SOURCE on __hppa
features/common: fix `tst _foo_' => `tst foo_' typo
features/float: fix `tst _foo_' => `tst foo_' typo
features/float: add FLTMAX_(UINTMAX_MAX,INTMAX_MAX,INTMAX_MIN)
comp/omitted.c: fix pathconf => _pathconf => _ast_pathconf loop
03-04-03 features/float: add _ast_no_um2fm: no usinged intmax => floatmax cast
vmalloc/vmbest.c: add getenv("VMCHECK") to initialize Vmcheck
03-03-28 include/ast_dir.h: add D_TYPE; { D_FILENO D_TYPE } must be #ifdef'd
03-03-25 comp/omitted.c: drop free() of live environ
path/pathshell.c: allow trailing .exe -- pox on that
string/strtoi.h: fix bug leading 3 digits before thousands sep bug
string/(fmt|str)[gu]id.c: we know root when we see it
03-03-24 misc/optget.c: handle : and ? in := default value
03-03-21 ast_std.h: drop all spawn*() but spawnveg()
obsolete/spawn.c: add for dropped spawn*()
features/lib: _use_spawnveg if spawnveg() is a win over fork()/exec()
features/lib: drop NutForkExecve() and _map_spawnve
features/lib: fix memccpy test to clean up /tmp droppings
comp/spawnveg.c: call posix_spawn() if implemented
comp/omitted.c: add spawnve() intercept
comp/getoptl.c: set getopt_long() optind even if no options
tm/tmfmt.c: add %Q<delim>recent<delim>distant<delim>
misc/optget.c: fix trailing '*' for option and option args
sfio/sfmode.c: getenv("_AST_SFIO_OPTIONS") [,]SF_LINE[,] for fd {0,1,2}
features/lib: add vfork test for passing SIG_IGN across exec
features/lib: add spawn test for passing SIG_IGN across spawn
03-03-17 comp/omitted.c: unlink() renames to .deleted dir in case file open
sfio/sfpopen.c: handle mode "" for spawn with no pipe
features/align: _ast_intmax_t and _ast_fltmax_t join the union
misc/stk.c: fix struct frame size to align data
disc/sfdcdos.c: change sfslen() => sfvalue(f)
03-03-10 misc/optget.c: handle [f\f:x:lll\f?ddd]
03-03-07 port/astconf.c: uninitialized CONFORMANCE + POSIXLY_CORRECT => standard
03-03-05 comp/omitted.c: make sure at least /bin is in PATH to find cygwin dlls
03-03-02 path/pathshell.c: write access to /bin is effectively root
03-02-28 features/float: add (FLT|DBL|LDBL)_U?(LONG|LONGLONG|INTMAX)_(MIN|MAX)
03-02-25 features/lib: change vfork() test to use _exit() instead of exit()
03-02-22 comp/conf.sh: wrap ksh check in eval to avoid premature exit
03-02-21 misc/fts.c: verify chdir(..) to avoid malicious dir rename()
03-02-19 string/strtoip4.c: isspace() instead of ' '||'\t'
03-02-13 string/base64.c: handle catenated encodings
03-02-11 features/libpath.sh: change LIBPATH to <dir>[:<env>[:<pat>]][,...]
03-02-01 string/strelapsed.c: handle ps style [day-][hour:]min:sec
03-01-31 port/astlicense.c: fix author=* match
03-01-30 include/tm.h: add tmisleapyear() macro
path/pathfind.c: verify S_ISREG()
03-01-24 path/pathexists.c: fix abs dir bug and deal with case ignorance
03-01-23 path/pathpath.c: honor PATH_ABSOLUTE for the easy case too
03-01-22 path/pathprobe.c: fix search to find both the probe script and command
03-01-14 misc/optget.c: change href="" to href="."
03-01-10 include/ast_std.h: strtold() import hackery for static __CYGWIN__
02-12-15 include/error.h: errorcontext => Error_context_s (compatible til 2004)
02-12-06 misc/sigdata.c: add NoF(sigdadata) -- why nmake was uninterruptable!
02-11-27 misc/swapop.c: op=3,size=4 => op=7
02-11-26 sfio/sfvprintf.c: fix sfsprintf() '\0' termination bug
02-11-22 misc/glob.c: move static struniq() to libast extern
02-11-18 string/strncopy.c: add
02-11-14 sfio/sfvprintf.c: add %#c for C escapes
include/error.h: add ERROR_NOTIFY context flag for builtin commands
02-11-11 string/strtoi.h: add S2I_size for strnto*() size_t 2nd arg
sfio/sfstrtof.h: add S2I_size for strnto*() size_t 2nd arg
comp/putenv.c: add setenv() and unsetenv() wrappers for setenviron()
02-10-31 path/pathfind.c: add dir of including file to the pathinclude() list
misc/optesc.c: add
02-10-30 string/strtoip4.c: set next char pointer even on error
02-10-29 comp/resolvepath.c: add (size_t version of realpath())
misc/mime.c: fix mimehead() to ignore null content values
02-10-28 misc/glob.c: add GLOB_STARSTAR for /**/ and GLOB_NOTDIR optimization
02-10-27 string/struniq.c: add
02-10-23 features/common: fix off-by-one loop check
02-10-18 include/ast_std.h: avoid off_t,ftruncate,lseek,truncate redefinitions
02-10-17 misc/mime.c: handle type/* match, fix bogus header parse
02-10-04 sfio/sfstrtof.h: S2F_static <0:export =0:private >0:static
02-10-02 features/common: don't define _WIN32; define _WINIX => unix on windows
features/tty: finally stomp the bsd _POSIX_VDISABLE redefinition
misc/fastfind.c: add more specific findwrite() error messages
comp/omitted.c: fix cygwin utime() to update st_ctime
02-09-22 port/astconf.c: return values in fmtbuf() buffer instead of stack
port/mnt.c: don't set MNT_REMOTE for win32 ?:\* paths
sfio/sfvscanf.c: _sfdscan() is library global (not static)
02-09-21 path/pathkey.c: add tool arg for mamake compatible hash
features/fcntl.c: handle iffe _hdr_lcl_* => _lcl_* change
02-09-15 comp/conf.sh: fix enum vs. macro test
features/common: enable __EXTERN__ and __DEFINE__ for _WIN32&!_UWIN
features/float: add -lm to _ast_*_nan_init tests
features/vmalloc: alloca test must compile *and* link
02-09-10 vmalloc/vmhdr.h: enable getpagesize() and sbrk() prototypes
features/fcntl.c: enable mmap64() prototype
02-09-07 misc/mime.c: fix quoted value parse bug that ate the whole line
02-09-05 features/vmalloc: add free() to _std_malloc test
include/ast.h: NoF(x) now defines _DATA_x for !_BLD_DLL too
tm/tmlocale.c: { C POSIX en } == unix dadgummit
02-08-28 uwin/rint.c: update
features/libpath.sh: "bin" is now the default value
02-08-22 vmtrace.h: add for debugging
vmalloc/vmresizef.c: add for generic discipline resizef default
string/strelapsed.c: allow long time component names
02-08-19 misc/optget.c: add `.fp 5 CW' to --nroff output
string/(fmtfs|fmtuid|fmtgid|strgid|struid).c: convert to use <cdt.h>
include/ast.h: add fmtbase->fmtbasell; swap in 2003-09-01
02-08-12 regex/regnexec.c: fix REG_MINIMAL REX_DOT mb bug
02-08-07 regex/regcomp.c: recognize anchors in BRE subexpressions
02-08-06 comp/iconv.c: handle win32 cpNNNN == windows-NNNN aliases
02-08-01 misc/magic.c: magic file "." names the default
misc/magic.c: handle addr type (from irix string)
02-07-30 features/lib: handle __libc_malloc() in _std_malloc test
vmalloc/malloc.c: add gnu pvalloc()
features/vmalloc: fix alloca check
02-07-29 features/limits.c: handle netbsd guards
02-07-27 sfio/sfpoll.c: handle rw pipes
misc/optget.c: __EXTERN__ _opt_info_ instead of opt_info
02-07-17 ast_std.h: memzero() now defaults to memset() instead of bzero()
include/tm.h: tmset() now calls tminit() directly
tm/tmfix.c: speed up for large values of tm_mday
02-07-15 comp/fnmatch.c: fix memory leak caused by missing regfree()
comp/strstr.c: fix broken interpretation and implementation
comp/iconv.c: intercept (but no-op) null to and from buffer pointers
02-06-27 ast_std.h: map _sysconf => _ast_sysconf for sun
misc/fts.c: fix symlink chdir() optimzation bug
02-06-11 sfio/sfwrite.c: string to file fix
02-06-01 regex/regcomp.c: REG_DELIMITED now consumes the delimiter
02-05-24 misc/fts.c: disable dir link counts in 3d
misc/magic.c: fix "*(mkfile)" sh pattern to "*@(mkfile)"
regex/regsub.c: deprecate
02-05-14 regex/regsub.c: fix (^|x) null match early termination bug
02-05-13 dir/dirlib.h: drop errant extern==__EXPORT__
features/uwin: add uwin lib tests
uwin/*.c: check features/uwin for stubs
features/float: add nan representation generation
sfio/sftable.h: used _ast_*_nan_init for huge values
02-05-09 misc/fts.c: fix virtual top to force ``child'' stat()
02-05-01 string/strtoip4.c: cisco inverted quad mask must have 4 parts
02-04-30 misc/magic.tab: fix pzip version check
02-04-18 misc/fts.c: add chdir() verification stat() optimizations
path/pathkey.c: check PROBE_ATTRIBUTES for list of vars
02-04-12 port/astlicense.c: type=open tweak, fix author list spacing
02-04-11 regex/regcomp.c: check for pattern number overflow
02-04-05 tm/tmfmt.c: add %u
02-04-04 sfkeyprintf.c: fix %c numeric value
path/pathpath.c: check plain path first -- duh
02-04-03 misc/fts.c: fix (FTS_PHYSICAL|FTS_NOSTAT) stat optimizations
ftwalk.c: only clear FTW_DELAY if FTW_CHILDREN
ftwalk.h: add FTW_NSOK for FTW_DELAY
features/stdio: check for _SFIO_H redundant _Sfstd* declarations
02-03-26 misc/glob.c: fix GLOB_LIST gl_flags values
02-03-24 port/mnt.c: update bsd fstype name and mount option logic
02-03-17 features/stdio: hack around g++ 3.* clashes
string/strtoip4.c: fix validity check bug that only checked last part
02-03-14 misc/optget.c: fix --keys to not expand inline \f...\f
02-03-12 port/astlicense.c: add type=free
path/pathaccess.c: sibling ".." search ignores relative dirs
sfio/sfvscanf.c: sfstrtof get() must return 0 on eof
02-03-11 path/pathexists.c: check path by pairs checking {ENOTDIR,ENOENT}
misc/magic.c: match[]=>matches[] to fix K&R match() macro conflict
Makefile: fix MAM ast_common.h sequencing bug by making it first
cdt/dthash.c: fix DT_DELETE memory leak (DT_DETACH typo)
cdt/dthash.c: fix DT_DELETE double free (dt->data->here typo)
regex/regcomp.c: fix recomb() to reject RE with backref
tmmake,tmtime: allow negative time_t if native localtime/gmtime do
include/ast.h: add { PATH_TOUCH_CREATE PATH_TOUCH_VERBATIM }
comp/iconv.c: fix non-C win32 sfreserve() loop
02-02-11 features/common: separate long long / long double tests
features/common: verify printf handles long long / long double
02-01-31 port/mnt.c: add aix options field
02-01-30 comp/strstr.c: add for ancient s5
02-01-24 sigcrit.c: fix SIGCLD!=SIGCHLD interrupt loop
sfvprintf.c: convert fast io macros to functions for uts.390 cc
string/strtoi.h: drop #pragma prototyped for standalone sfio
sftable.c: ifdef hacks for _WIN32&_ALPHA_ fp exception
_stdfun.c: add _UWIN&_ALPHA_ iob map
02-01-18 sfio/sfstrtof.h: drop #pragma prototyped for standalone sfio
misc/magic.c: recode mime %s parse -- sensible and no buffer overflow
02-01-12 tm/tmlocale.c: override win32 default date for {C,POSIX,en} locales
comp/omitted.c: fix cygwin workaround logic bugs
02-01-08 comp/conf.sh: use $cc instead of cc
01-12-18 comp/conf.tab: fix LFS_CFLAGS default for sun _CS_LFS_CFLAGS botch
features/common: add hdr stdarg test
01-12-10 misc/magic.tab: add generic 0x00010203 binary magic
01-11-30 misc/optget.c: add simple cache for repeat offenders (like ksh read)
sfio/sfhdr.h: preserve errno across SFMMSEQON-SFMMSEQOFF
01-11-29 magic.tab: fix GIF version number listing
01-11-28 string/fmtbase.c: p!=0 => base always included in output
01-11-26 misc/fts.c: empty path is an error
01-11-14 misc/optget.c: fix --?+SECTION queries to include paragraphs
01-11-20 regex/regnexec.c: fix REG_MINIMAL character class match bug
01-11-19 features/lib: retain _lib_confstr for all solaris releases
01-11-16 comp/setlocale.c: fix !_lib_setlocale typo
01-10-31 regex/ucs_names.h: add string catenation to keep line length low
misc/fastfind.c: handle gnu slocate db read
misc/optget.c: add --?+SECTION queries
comp/fnmatch.h: add FNM_NOSYS
01-10-30 tm/tmdate.c: fix cron specs when both wday and mday are specified
01-10-20 misc/glob.c: fix bug that called \ trim() twice on same path
misc/glob.c: fix \ trim() bug that restored / to wrong position
string/fmtre.c: fix { ^ . $ } translations
misc/optget.c: use original string if translation fails -- duh
features/lib: add lib getdate
01-10-18 features/lib: check for strtod static link collision
features/float: add another signed cast for old bsd cc
01-10-17 sfio/sfcvt.c: limit max precision to { FLT_DIG DBL_DIG LDBL_DIG }
sfio/sfcvt.c: fix %[aA] format to always have leading 0[xX]1.
sfio/sfvprintf.c: handle %C %lc %S %ls for wchar_t args
sfio/sfvscanf.c: handle %C %lc %S %ls for wchar_t args
string/fmtmode.c: fix bug that omitted trailing '\0'
01-10-12 misc/optget.c: . => \&. for --??nroff
comp/wc.c: fix mbstate_t initialization typo
features/float: fix max integer / float loop termiation
features/float: fix LDBL_UINTMAX_MAX typo that did DBL_UINTMAX_MAX
features/common: fix _UWIN __DYNAMIC__() definition
01-10-06 features/fcntl.c: { O_BINARY O_TEXT } default to 0
sfio/sfopen.c: O_BINARY default for _WIN32&&!_UWIN
01-10-05 misc/glob.c: fix `\(x/*' GLOB_NOMATCH bug that returned `(x'
misc/optget.c: fix localization lookup that didn't drop doubled : ? ]
01-10-04 comp/setlocale.c: handle sizeof(wchar_t)!=4 in debug locale
comp/conf.sh: handle sytems where _SC_* is both an enum and a macro
01-09-20 features/common: add __DYNAMIC__() for dll externs
01-09-16 tm/tmlocale.c: add compiled in defaults for C locale
misc/glob.c: add gl_nextdir callback for GLOB_COMPLETE
01-09-11 pathnative.c: add for native fs representation
regex.h: fix regerror_t prototype
01-09-04 regex/regnexec.c: fix REG_ICASE for multi-char collating elements
tm/tmlocale.c: fix old ascii LC_TIME load
comp/omitted.c: add CYGWIN workarounds
features/lib: add CYGWIN workarounds
01-08-11 features/common: some compilers have long long but no LL constants!
regex/regcomp.c: fix \ in [...] parse
tm/tmlocale.c: fix native C locale default
01-08-08 features/float: some compilers (msdev) forget long long vs. double
01-07-31 misc/optget.c: handle suboptions
01-07-27 cdt.h: add DTDISC()
01-07-17 iffeio.h: move to include for stdio bootstrap iffe workarounds
01-06-21 misc/error: add ERROR_OPTIONS=prefix=string for message processing
01-06-15 string/chresc: only 2 hex digits max for \xxx
regex/regsub: handle REG_SHELL ~(nnn) rhs backrefs
comp/fnmatch: add FNM_LEADING_DIR for gnu compatibility
01-06-06 misc/optget.c: add o option for old ps,ar,tar with optional leading -
regex/regcomp.c: REG_LENIENT|REG_DELIMITED \<newline> => <newline>
regex/regcomp.c: REG_LENIENT \000 => NUL
01-06-04 features/dirent: replace Makefile hack with iffe semi-hack
regex/regnexec.c: negation must also check REG_SHELL_DOT
01-06-03 sprintf.c: change buf size from SF_BUFSIZE to INT_MAX
features/lib: add botch_d_ino_dirent64 for linux botch
01-05-25 port/lc.tab: add a few missing language_territory's
01-05-23 string/chresc: \C[.collation-element.]
fmtmatch,fmtre: update for <regex.h> syntax extensions
01-05-11 string/chresc: \e == \E == escape, \cX == control X, \x{..} == \x..
01-05-09 path/pathtemp.c: pathtemp(0,0,0,"/private",0) for mode S_IRUSR|S_IWUSR
port/touch.c: handle utime(2) EPERM to fix bug that truncated
01-05-03 regcomp.c: optimize ((x)!)* to ((x)!)
wchar: add <wchar.h> and stdio wchar routines
01-05-01 string/strtoi.h: signed strtoi accepts qualified unsigned constants
01-04-30 comp/setlocale.c: fix code that relied on 2 simultaneous getenv()'s
tm/tmlocale.c: check for UTF-8 encoded LC_TIME files
misc/magic.tab: add utf-8 and utf-16 U+FEFF magic
01-04-26 features/common: some cc's have _ast_int8_t but not LL constants
01-04-24 features/lib: add _std_strtod for mac os X
ast_std.h: add AST_MESSAGE_SET
01-04-18 features/libpath.sh: fix mvs probe
ast_std.h: __OPTIMIZE_SIZE__==1 to disable non-std __GNUC__ inlines
features/stdio: __FILE_TAG == _sfio_s for solaris
tm.h: TM_*_3 => TM_*_ABBREV
ast_std.h: add mb*() multibyte and collation support
comp/syslog.h: comply with the de factos
01-02-22 pathprobe: reprobe test now checks probe.ini too
sfio_s.h: advertize public Sfio_t members with _ prefix
sfio.h: SF_APPEND=>SF_APPENDWR, SF_CLOSE=>SF_CLOSING
stdio/*: update for uwin stdio.dll binary compatibility
01-02-07 catopen.c: don't do native catopen for the debug locale
01-02-06 sfraise.c: add SF_FINAL check to avoid (posibly) freed disciplines
01-01-01 features/common: fix uwin __DEFINE__
magic.tab: add corel wordperfect document
include/tm.h: #undef daylight for _WIN32
sfio.h: add _SF_APPEND and _SF_CLOSE for native namespace incursion
ast_std.h: add AST_LC_multibyte for MB_CUR_MAX>1
features/limits.c: add _BITS_POSIX1_LIM_H guard for linux
features/libpath.sh: fix for aix LIBPATH
procopen,procclose: block SIGCHLD if PROC_FOREGROUND (e.g., system(3))
optget.c: add enumerated option argument values
optget.c: add <!--INTERNAL--> for private --html
optget.c: fix memory leak that hit shell builtins hard
00-12-25 mnt.c: handle " and ' quoting for fstab
sftmp.c: let pathtemp() open the fd O_EXCL
00-12-15 conf.sh: add -v for verbose trace
features/(limits|unistd).c: no FEATURE/types because of _POSIX_SOURCE
features/time: add default for CLOCKS_PER_SEC
features/lib: std_malloc now handles NeXT
features/lib: change return in vfork() test to exit() for linux sparc
features/fcntl.c: fix _STDPP_ mmap munmap
optget: handle error_info.id==0
astlicense.c: check for non-empty CONTRIBUTORS
00-10-26 features/stdio: add _FILE and __FILE for gnu
misc/stk.c: fix stack pointer check off-by-one (dgk does it too!)
00-10-23 syslog.h: sync with bsd values
00-10-05 regex: add REG_DISCIPLINE and regdisc_t for alloc/error disc
00-09-29 features/lib: pipe_rw==0 for sgi: boot rw == bin incompatibility
00-06-01 strmatch: initialize match.current.beg[0] to avoid dump at line 670
sfio/stdio: a few more errno tweaks
astquery: sfstdin/sfstderr by default
00-05-02 iconv.c: add; use codes[] in ccmapid() and ccmapname(); "" for native
features/common: fix va_listval() for power pc
magic: add ERROR_translate() and msgcat.key
ast_std.h: provide LC_* defauls if not defined
catopen,nl_types.h: add intercept to mc* routines
magic.tab: add ast message catalog
option.h: move _OPT_PRIVATE_ to pointer to avoid dll size mismatch
00-03-10 ast_std.h: do _LARGEFILE_SOURCE initialization before std headers
00-03-06 features/stdio: fix _sfflsbuf prototype (dingold@gte.net)
optget: --html <foo@bar> => ...mailto:foo@bar...
magic.tab: strengthen tar recognition
00-02-08 conf.sh: fix ifdef for systems that think sysconf(FOO) is const
00-02-04 glob: fix globlist_t.gl_flags
00-01-25 conf.tab: fix LFS*_*LAGS typo
00-01-24 astlicense: handle type=verbose, license.notice, author=*
ast.h: add NoF(x) for files that define no functions
99-11-19 comp/conf.sh: `expr length XXX` is not universal
tm: Tm_zone_t.daylight=0 for standard time within zone
features/fs: add __RENAME checks for stat familiy (netbsd)
features/fs: major()/minor() fixes for s5
misc/fastfind: fix codes path generation bug
features/time: int tmtimeofday(struct timeval*);
99-07-17 sfio: kpv update and sfhdr.h sync!
99-05-28 magic: fix 'x' == '*' for any number, magic.tab tweaks
features/lib: verify that stat64 really works
99-04-28 magic,magic.tab: add registry()
99-03-17 features/limits.c: workaround solaris __EXTENSIONS__ _timespec bug
comp/gross: add weak __libc_attr for irix < 6.5 compatibility
features/limits.c: tweak the guards again
magic.tab: fix elf to use real phdr offset
features/stdio: avoid sfio namespace pollution
98-12-25 tmdate: yyyy.mm.dd
tmzone,tmdate: handle +-minutes, nn/MMM/yyyy
sfio/stdio: fix fseek() SF_PUBLIC omissions
98-11-01 fts.c: no pathcanon() if (fts_flags & FTS_PHYSICAL)
98-10-01 features/stdio prototype fixes
ast_std.h: provide mmap() prototype
sfio sfpopen/popen update
magic.src: fix ustar entry
98-06-01 disc/sf*.c: memset(0) after disc malloc()
98-04-01 error: error_info.time for all msgs, just after cmd id
magic.tab: sgi core dumps -- why aren't these elf?
sfdisc.h: rename to match kpv disciplines
fastfind: fix strcasecmp/strcmp directory prefix mixup
98-03-17 features/fcntl.c,pathtmp,sftmp: add O_TEMPORARY
sfhdr.h: #undef SETLOCAL for hpux
dtopen.c: __hppa dll needs Dtset Dtlist Dttree refs here
features/stdio: fix fflush() macro to do physical sync
features/types: use _ast_int_8 vars to verify support
string/modedata: check for mvs.390 S_IFMT
include/ast(_std).h: add #define __FILE_typedef
include/ftwalk.h: FTW_PATH=>FTS_NOCHDIR to avoid FTS_AGAIN (duh)
sfhdr: _hdr_float && <float.h> for correct MAXDOUBLE
vmalloc/vmbest: if _std_malloc then use malloc()/free() not sbrk()
setenviron,features/uinstd: test for mvs.390 dll environ hacks
sfhdr.h: fix sfrsrv prototype
add __libc_malloc etc for gnu/linux
features/lib: _WIN32 _lib_vfork=1 by default
unsigned<0 comparison and other fixes via sgi.mips4 cc
features/lib,vfork: uwin fix
state.c: add generated includes that may be hit by std for MAM
vmalloc.h: fix vmnewof() definition
magic.c: add | op for switch
Makefile: stdio.h was on both HEADERSRC and HEADERGEN -- don't do that
mime.c: ignore X-* headers while scanning for Content-*
magic.c: check for negative indirect offsets
magic.tab: fix dos entry that generated negative indirect offsets
vmalloc.h: add vmstrdup() prototype
hash.h: add hashgetbucket() macro
magic.c: MAGIFILE is now a : file list
Makefile: add mini target for uwin libmini.a
sfcvt.c: workaround for flaky long double optimizers
features/common: fix to work with va_list==void*
regexec.c: fix REG_STARTEND subexpression offsets
regrexec.c: fix REG_INVERT end boundary bug that missed last record
astconf.c: notify(0,0,"a=b") called for each setenviron("a=b")
pathcanon.c: check astconf(PATH_LEADING_SLASHES) to preserve //*
astconf: posix/strict/xopen implies "standard" conformance
fs3d.h: hide mount prototype
ast.h: add ssizeof() to work around unsigned botch
96-10-11 <ccode.h>: add character code map support
magic.tab: add mips[1-4], 64-bit
port tweaks for sol.sun4 and sun4
magic: add Magic_t.mime mime type return for magictype()
mime.h: add
96-08-11 mntread: fix mnt.type for SCO variant
conf.tab: add SCO KERNEL_* sysconf() vars
features/int.c: fix int_swap generation bug
ls.h: fix iblocks() to be in units of LS_BLOCKSIZE
hash: add Hash_root_t.Hash_last_t to public interface
add hashkey.h for keyword->long hash
ast_hdr.h: add va_copy(a,b) to copy va_list b to a
ast.h: add EXIT_STATUS(x) to convert wait() status to sh exit status
features/types: size_t is signed on some systems! => _ast_size_t
vmalloc: vmalloc.h malloc family macro upgrade
regex: privatize regex.h and fix min re length computation
workaround lazy strdup() implementations in features/lib _std_malloc
add REX_BM pre-filter to regcomp/regnexec
96-01-22 add regcomp env.paren overflow checks
96-01-05 tweak magic.tab for win32
add mnt.h mntopen mntread mntclose
convert fmtfs to mnt.h
fix mntread() fs/dir transposition for uts mnttab
95-10-31 change features/unistd.c includes to break limits-param cycle
add comp/fakelink.h to synthesize a few symlink text patterns
add !<xxx> magic to misc/magic.tab
add dos \r\n test to misc/magic.c/cklang()
features/fs uses SF_APPENDWR
fix <dirent.h> installation test
add fstat,lstat,mknod,stat fixes for _x versions in sys/stat.h
error_info.auxilliary returns new level, |=ERROR_OUTPUT if msg done
95-07-17 fix port/astconf universe initialization
95-05-09 mongo <ast.h> namespace cleanup
sfvprintf.c fix for (char:8 short:16 int:32 long:64) architectures
TMP_MAX back into conf.tab
use <wchar.h> and wctype in strmatch() if available
add another _lib_utime_now check to port/touch.c
fix dd_buf cast in dir/opendir.c
handle old syntax in misc/magic.c
sigdata.c holds readonly signal strings
fix bad conf.sh ksh integer interactions
magic.c falls back to malloc for now
add environ to <ast.h> -- C library global data syms are *RESERVED*
sfhdr.h memccpy(1,2,3,size_t) prototype
update features/signal.c table
fix conf.sh to allow refs to previously defined limits
magic data in magic.tab
drop local <unistd.h> even with _POSIX_SOURCE
add OSF/1 AES symbol(s) to conf.tab
determine standards prefix from conf.tab
add _CS_SHELL to conf.tab
add library id[] to misc/state.c
add <keyprintf.h> and keyprintf() to support %(...)? in commands
add EXTTYPE extended header to tar.h
add _SFSTDIO_H to sfio.h
rename <option.h> opt_* to opt_info.*
update features/unistd.c for _SC_* and _PC_* posix additions
update strings/strtape()
add ALIGN_ prefix to <align.h> identifiers
95-01-11 change tm/*.c tmset(0) to tmset(tm_info.zone) to keep user setting