Age | Commit message (Expand) | Author | Files | Lines |
2021-04-20 | Optimize getenv() for const char* name | Boris Kolpackov | 2 | -7/+13 |
2021-04-15 | Disable bogus GCC maybe used uninitialized warning with pragma | Boris Kolpackov | 2 | -12/+35 |
2021-04-15 | Fix 'timestamp from_string()' function that erroneously succeeds in some cases | Karen Arutyunov | 1 | -14/+74 |
2021-04-09 | Escape additional characters (=,;) if running batch file | Boris Kolpackov | 2 | -12/+26 |
2021-03-31 | Add notion of thread environment | Boris Kolpackov | 5 | -117/+316 |
2021-03-30 | Fix occasionally failing terminate process test | Karen Arutyunov | 1 | -15/+17 |
2021-03-27 | Fix occasionally failing timeout builtin test | Karen Arutyunov | 1 | -2/+2 |
2021-03-26 | Add regex_replace_parse() overloads | Karen Arutyunov | 7 | -79/+211 |
2021-03-19 | Add prefix_map::find_sup_if() | Boris Kolpackov | 2 | -0/+82 |
2021-03-18 | Add fdstat()fdstat | Boris Kolpackov | 5 | -18/+76 |
2021-03-18 | Add try_rmfile_ignore_error() | Boris Kolpackov | 3 | -7/+35 |
2021-03-12 | Disable use of _tzcnt_u64() in lz4.c for Clang targeting MSVC version 9 | Boris Kolpackov | 1 | -2/+5 |
2021-03-12 | Add support for compressing/decompressing fdstreams with LZ4 | Boris Kolpackov | 20 | -5/+9809 |
2021-03-08 | Add recognition of *-apple-ios* target triplets, ios target class | Boris Kolpackov | 3 | -2/+41 |
2021-03-08 | Update copyright | Karen Arutyunov | 1 | -1/+1 |
2021-03-08 | Fix sed builtin to preserve line endings | Karen Arutyunov | 1 | -7/+27 |
2020-12-15 | Fix bug in process_path::clear_recall() | Boris Kolpackov | 1 | -0/+5 |
2020-12-08 | Add proper support for option files option to load_default_options() | Karen Arutyunov | 4 | -38/+88 |
2020-11-30 | Canonicalize arm64 to aarch64 in target triplet, similar to config.sub | Boris Kolpackov | 3 | -1/+13 |
2020-11-27 | Add custom code-to-message mapping for STATUS_DLL_NOT_FOUND error to process_... | Karen Arutyunov | 1 | -0/+1 |
2020-11-25 | Allow multiple -e options for sed builtin | Karen Arutyunov | 2 | -63/+120 |
2020-11-06 | Add fdselect() overload that also takes timeout | Karen Arutyunov | 5 | -21/+168 |
2020-11-06 | Add builtin::timed_wait(), builtin::try_wait(), and pseudo_builtin() | Karen Arutyunov | 6 | -47/+357 |
2020-11-05 | Add process::term() and implement process::kill() on Windows | Karen Arutyunov | 5 | -24/+486 |
2020-11-05 | Fix ifdstream::open() to set stream mode for passed file descriptor | Karen Arutyunov | 2 | -5/+8 |
2020-11-05 | Fix 'unresolved external symbol' for process::timed_wait(milliseconds) on Win... | Karen Arutyunov | 2 | -3/+9 |
2020-11-04 | Add test for wasm32-unknown-emscripten target triplet | Boris Kolpackov | 2 | -0/+5 |
2020-10-01 | Add ext_mods parameter to b_info() | Karen Arutyunov | 4 | -4/+13 |
2020-10-01 | Add position and size arguments to lcase()/ucase() functions | Boris Kolpackov | 2 | -17/+30 |
2020-09-13 | Regenerate options parsing code | Karen Arutyunov | 1 | -6/+6 |
2020-09-11 | Add support for arguments in default options files helpers | Karen Arutyunov | 5 | -148/+354 |
2020-09-07 | Add normalize() function to host/URL class templates | Karen Arutyunov | 5 | -103/+512 |
2020-08-31 | Fix assertion failure in path_search() on Windows | Karen Arutyunov | 3 | -14/+35 |
2020-08-27 | Add ability to pass alternative dir separator to path::canonicalize() | Boris Kolpackov | 2 | -13/+32 |
2020-08-24 | Recognize *-nto-qnx target triplets, extract version | Boris Kolpackov | 2 | -13/+21 |
2020-08-24 | Add target_triplet::representation() in addition to string() | Boris Kolpackov | 3 | -17/+46 |
2020-08-18 | Add ability to create empty process_env | Boris Kolpackov | 1 | -0/+2 |
2020-08-06 | Revert Windows rm/mv sharing violation retries increase | Boris Kolpackov | 1 | -2/+2 |
2020-08-05 | Increase Windows rm/mv sharing violation retries to 60s for testing | Boris Kolpackov | 1 | -2/+4 |
2020-07-29 | Work around glibc bug #14898 (GitHub issue #2) | Boris Kolpackov | 2 | -8/+33 |
2020-07-21 | Change to version 0.14.0-a.0.z | Boris Kolpackov | 1 | -1/+1 |
2020-07-18 | Release version 0.13.0v0.13.0 | Boris Kolpackov | 1 | -3/+3 |
2020-07-16 | On Windows increase fdopen() retry timeout on ERROR_SHARING_VIOLATION up to 2... | Karen Arutyunov | 2 | -6/+6 |
2020-07-14 | Override TERM environment variable on Windows when running less | Boris Kolpackov | 1 | -1/+15 |
2020-07-07 | On Windows make fdopen() to retry for a second on ERROR_SHARING_VIOLATION error | Karen Arutyunov | 2 | -4/+37 |
2020-07-03 | Canonicalize license in manifest | Karen Arutyunov | 1 | -1/+1 |
2020-07-01 | Use legal{} target type for legal documentation (LICENSE, AUTHORS, etc) | Boris Kolpackov | 1 | -2/+2 |
2020-06-30 | Expose command_run()'s @-substitution functionality | Boris Kolpackov | 3 | -66/+124 |
2020-06-29 | Add path::combine(string,separator) | Boris Kolpackov | 3 | -13/+106 |
2020-06-26 | Improve std::optional to better deal with lack of copy/move constructors | Karen Arutyunov | 3 | -6/+126 |