| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | suffix functions: ignore trailing slashes. | Kaz Kylheku | 2021-07-03 | 1 | -3/+4 |
* | streams: tightening sloppy argument defaulting. | Kaz Kylheku | 2021-07-01 | 1 | -23/+26 |
* | path-cat: becomes variadic. | Kaz Kylheku | 2021-06-29 | 1 | -1/+20 |
* | path-cat: error if arguments are not strings. | Kaz Kylheku | 2021-06-29 | 1 | -2/+2 |
* | base-name: bug with empty string suffix. | Kaz Kylheku | 2021-06-26 | 1 | -1/+1 |
* | suffix functions: requirements change. | Kaz Kylheku | 2021-06-26 | 1 | -4/+4 |
* | suffix functions: leading dot is not delimiter | Kaz Kylheku | 2021-06-26 | 1 | -2/+5 |
* | long-suffix: fix crash reproducing on Cygwin. | Kaz Kylheku | 2021-06-23 | 1 | -3/+1 |
* | c_str now takes a self argument. | Kaz Kylheku | 2021-06-23 | 1 | -47/+69 |
* | short-suffix, long-suffix: no match across slash. | Kaz Kylheku | 2021-06-22 | 1 | -2/+30 |
* | New functions: long-suffix, short-suffix. | Kaz Kylheku | 2021-06-22 | 1 | -0/+16 |
* | subprocesses: cygwin fixes. | Kaz Kylheku | 2021-06-20 | 1 | -2/+2 |
* | streams: pipe streams not needed if we have fork. | Kaz Kylheku | 2021-06-19 | 1 | -3/+5 |
* | system: stop using popen if we have fork. | Kaz Kylheku | 2021-06-19 | 1 | -35/+58 |
* | subprocesses: don't bother saving descriptors. | Kaz Kylheku | 2021-06-15 | 1 | -2/+21 |
* | subprocesses: move fds_swizzle to child process. | Kaz Kylheku | 2021-06-15 | 1 | -29/+41 |
* | subprocesses: diagnose streams with no fileno. | Kaz Kylheku | 2021-06-15 | 1 | -3/+9 |
* | streams: *stdnull* lazily opens /dev/null | Kaz Kylheku | 2021-06-14 | 1 | -6/+45 |
* | format: revise numeric handling. | Kaz Kylheku | 2021-06-14 | 1 | -8/+24 |
* | format: new precision - character for zero. | Kaz Kylheku | 2021-06-14 | 1 | -0/+3 |
* | format: fix precision field leading zero problems. | Kaz Kylheku | 2021-06-10 | 1 | -2/+9 |
* | solaris: unbundle mkstemp and mkdtemp. | Kaz Kylheku | 2021-06-02 | 1 | -3/+9 |
* | Pre-release C++ upkeep. | Kaz Kylheku | 2021-06-01 | 1 | -4/+4 |
* | json: wrap up: test cases, fixes, tweaks. | Kaz Kylheku | 2021-05-31 | 1 | -1/+1 |
* | New: mkdtemp and mkstemp functions. | Kaz Kylheku | 2021-05-31 | 1 | -0/+55 |
* | New function: tmpfile. | Kaz Kylheku | 2021-05-31 | 1 | -0/+12 |
* | format: use self variable in error messages. | Kaz Kylheku | 2021-05-04 | 1 | -6/+6 |
* | format: ~x/~X specifiers support buffers. | Kaz Kylheku | 2021-05-04 | 1 | -13/+35 |
* | New function: portable-abs-path-p. | Kaz Kylheku | 2021-05-02 | 1 | -2/+27 |
* | bug: broken path handling on LIT_ALIGN == 2. | Kaz Kylheku | 2021-04-20 | 1 | -2/+2 |
* | lib: defend against locale-specific wcstod. | Kaz Kylheku | 2021-03-04 | 1 | -1/+20 |
* | Copyright year bump 2021. | Kaz Kylheku | 2021-01-14 | 1 | -1/+1 |
* | cygwin: build fixes. | Kaz Kylheku | 2020-08-07 | 1 | -1/+1 |
* | Change noreturn to NORETURN. | Kaz Kylheku | 2020-08-07 | 1 | -17/+17 |
* | Expose low-level opendir/readdir dir traversal. | Kaz Kylheku | 2020-07-08 | 1 | -9/+1 |
* | c_num: now takes self argument. | Kaz Kylheku | 2020-06-29 | 1 | -60/+69 |
* | Replace all strerror calls with wrapper. | Kaz Kylheku | 2020-06-20 | 1 | -18/+16 |
* | streams: maintain integer format string detector. | Kaz Kylheku | 2020-05-30 | 1 | -14/+28 |
* | Reduce footprint of :fd property. | Kaz Kylheku | 2020-04-25 | 1 | -8/+5 |
* | Remove unnecessary #include directives. | Kaz Kylheku | 2020-04-22 | 1 | -3/+0 |
* | arith: move c_unum and unum declaration into lib.h | Kaz Kylheku | 2020-04-22 | 1 | -1/+0 |
* | parser: batched read operation for speed. | Kaz Kylheku | 2020-04-22 | 1 | -0/+8 |
* | streams: put_buf and fill_buf become lower-level. | Kaz Kylheku | 2020-04-22 | 1 | -40/+42 |
* | New function: get-line-as-buf | Kaz Kylheku | 2020-04-19 | 1 | -0/+30 |
* | open-file: fix broken append mode. | Kaz Kylheku | 2020-04-17 | 1 | -0/+2 |
* | open-file: allow async signals. | Kaz Kylheku | 2020-04-16 | 1 | -14/+20 |
* | New "n" open file mode option: nonblocking. | Kaz Kylheku | 2020-04-15 | 1 | -5/+12 |
* | streams: bugfix: "m" mode: use 0666 in open. | Kaz Kylheku | 2020-04-15 | 1 | -1/+1 |
* | streams: fix reversed order of items in error diagnostic. | Kaz Kylheku | 2020-04-13 | 1 | -2/+2 |
* | warning cleanup: signed/unsigned in ternaries. | Kaz Kylheku | 2020-04-05 | 1 | -1/+1 |