Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-07-16 | On Windows increase fdopen() retry timeout on ERROR_SHARING_VIOLATION up to ↵ | Karen Arutyunov | 2 | -6/+6 | |
2 seconds from 1 Also do the same for mventry(), and try_rmfile(). | |||||
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 | |
Also add support for different opening and closing substitution characters. | |||||
2020-06-29 | Add path::combine(string,separator) | Boris Kolpackov | 3 | -13/+106 | |
In particular, this can be used to recombine a path during iteration: dir_path r; for (auto i (d.begin ()); i != d.end (); ++i) r.combine (*i, i.separator ()); | |||||
2020-06-26 | Improve std::optional to better deal with lack of copy/move constructors | Karen Arutyunov | 3 | -6/+126 | |
2020-06-24 | Restructure touch_file() control flow to produce consistent failures | Boris Kolpackov | 1 | -52/+56 | |
2020-06-24 | Don't use utime() on Windows | Boris Kolpackov | 3 | -27/+77 | |
It has the seconds precision even if the time is unspecified. | |||||
2020-06-23 | Add note that access time tests may fail with if running on noatime mount | Boris Kolpackov | 2 | -0/+6 | |
For example, this happens on NetBSD. | |||||
2020-06-19 | Adapt mv builtin tests to terminology change | Karen Arutyunov | 1 | -6/+6 | |
2020-06-19 | Fix terminology | Boris Kolpackov | 1 | -3/+3 | |
2020-06-19 | Get rid of deprecated use of enums in bitmasks | Boris Kolpackov | 1 | -24/+22 | |
2020-06-18 | Complete NetBSD compatibility | Boris Kolpackov | 11 | -29/+44 | |
2020-06-18 | Add NetBSD compatibility | magenbluten | 5 | -5/+15 | |
2020-06-11 | Add date builtin | Karen Arutyunov | 6 | -0/+492 | |
2020-06-11 | Add workaround for MinGW GCC bug so to_stream(timestamp) properly handles %e ↵ | Karen Arutyunov | 3 | -17/+55 | |
specifier | |||||
2020-06-03 | Add builtin weight | Karen Arutyunov | 4 | -31/+57 | |
Also invent the notion of external builtin (builtin_info::function is NULL). | |||||
2020-05-30 | Fix process_path() constructor | Karen Arutyunov | 2 | -2/+9 | |
2020-05-28 | Regenerate options parsing code | Boris Kolpackov | 1 | -41/+42 | |
2020-05-25 | Add putback depth char_scanner template parameter | Karen Arutyunov | 3 | -42/+42 | |
2020-05-18 | Add sensitize_strlit() for sanitizing C string literals | Boris Kolpackov | 2 | -0/+36 | |
2020-04-14 | Improve process_path::empty() | Boris Kolpackov | 1 | -4/+6 | |
2020-04-10 | Replace build-email manifest value with build-warning-email | Karen Arutyunov | 1 | -1/+1 | |
2020-04-10 | Add process_path(effect) constructor | Boris Kolpackov | 2 | -2/+13 | |
2020-04-07 | Add ability to print process_env environment | Boris Kolpackov | 4 | -1/+176 | |
2020-04-07 | Bump build2 version requirement to 0.13.0- (need config directive) | Boris Kolpackov | 1 | -2/+2 | |
Note that this means there will be no upgrade support for this release. | |||||
2020-04-01 | Add daytime() function | Karen Arutyunov | 3 | -0/+50 | |
2020-03-17 | Fix mkanylink() to complete relative target against link directory when ↵ | Karen Arutyunov | 5 | -9/+23 | |
create hardlink or copy | |||||
2020-03-17 | Fix ln builtin not to complete relative target against working directory | Karen Arutyunov | 5 | -24/+38 | |
Now it preserves the relative path when creates a symlink and completes it against the link directory when creates a hardlink or a copy. | |||||
2020-03-17 | Add readsymlink(), followsymlink(), and try_followsymlink() | Karen Arutyunov | 8 | -263/+843 | |
2020-03-11 | Fix race in dir_iterator::next() for 'ignore dangling symlinks' mode | Karen Arutyunov | 1 | -54/+110 | |
2020-03-11 | On Windows try to create directory symlink and fallback to creating junction ↵ | Karen Arutyunov | 2 | -53/+51 | |
on error | |||||
2020-03-10 | Fix directory symlink tests failing on Windows in Developer Mode | Karen Arutyunov | 4 | -101/+88 | |
2020-03-09 | Add more support for symlinks on Windows | Karen Arutyunov | 16 | -701/+1532 | |
See mksymlink() for details of the symlinks support on Windows. | |||||
2020-03-09 | Fix file_empty() to follow symlinks | Karen Arutyunov | 1 | -1/+1 | |
2020-03-09 | Add workaround for MinGW GCC bug #84583 (produces CRCRLF sequences in ↵ | Karen Arutyunov | 1 | -34/+17 | |
preprocessed files) | |||||
2020-03-09 | Don't mention CONTRIBUTING.md in buildfile | Karen Arutyunov | 2 | -3/+3 | |
2020-03-09 | Fix few typos | Boris Kolpackov | 1 | -2/+2 | |
2020-03-03 | Revert previous (erroneously pushed to master) commit | Karen Arutyunov | 5 | -162/+22 | |
2020-03-02 | Backup | Karen Arutyunov | 5 | -22/+162 | |
2020-02-28 | Add .gitattributes file | Karen Arutyunov | 1 | -0/+19 | |
2020-02-26 | Add notion of validator to char_scanner and make sure manifest is UTF-8 | Karen Arutyunov | 24 | -596/+1696 | |
This involves implementing utf8_validator and UTF-8 utility functions and using them during the manifest parsing, serialization, and rewriting. | |||||
2020-02-18 | Reformat LICENSE | Boris Kolpackov | 1 | -18/+17 | |
2020-02-18 | New LICENSE/AUTHORS arrangement | Boris Kolpackov | 7 | -20/+28 | |
2020-02-12 | Fix curl testscript | Karen Arutyunov | 1 | -8/+8 | |
2020-02-12 | Rename fdnull() to fdopen_null() | Karen Arutyunov | 11 | -29/+30 | |
2020-02-10 | Distribute and install COPYRIGHT file | Karen Arutyunov | 1 | -1/+3 | |
2020-02-07 | Update last year in COPYRIGHT file | Karen Arutyunov | 1 | -1/+1 | |