aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-06-26FixoptionalBoris Kolpackov2-14/+85
2020-06-26Vector of optional movable-only elementsKaren Arutyunov1-15/+4
2020-06-26Add test for optional class templateKaren Arutyunov2-0/+60
2020-06-24Restructure touch_file() control flow to produce consistent failuresBoris Kolpackov1-52/+56
2020-06-24Don't use utime() on WindowsBoris Kolpackov3-27/+77
2020-06-23Add note that access time tests may fail with if running on noatime mountBoris Kolpackov2-0/+6
2020-06-19Adapt mv builtin tests to terminology changeKaren Arutyunov1-6/+6
2020-06-19Fix terminologyBoris Kolpackov1-3/+3
2020-06-19Get rid of deprecated use of enums in bitmasksBoris Kolpackov1-24/+22
2020-06-18Complete NetBSD compatibilityBoris Kolpackov11-29/+44
2020-06-18Add NetBSD compatibilitymagenbluten5-5/+15
2020-06-11Add date builtinKaren Arutyunov6-0/+492
2020-06-11Add workaround for MinGW GCC bug so to_stream(timestamp) properly handles %e ...Karen Arutyunov3-17/+55
2020-06-03Add builtin weightKaren Arutyunov4-31/+57
2020-05-30Fix process_path() constructorKaren Arutyunov2-2/+9
2020-05-28Regenerate options parsing codeBoris Kolpackov1-41/+42
2020-05-25Add putback depth char_scanner template parameterKaren Arutyunov3-42/+42
2020-05-18Add sensitize_strlit() for sanitizing C string literalsBoris Kolpackov2-0/+36
2020-04-14Improve process_path::empty()Boris Kolpackov1-4/+6
2020-04-10Replace build-email manifest value with build-warning-emailKaren Arutyunov1-1/+1
2020-04-10Add process_path(effect) constructorBoris Kolpackov2-2/+13
2020-04-07Add ability to print process_env environmentBoris Kolpackov4-1/+176
2020-04-07Bump build2 version requirement to 0.13.0- (need config directive)Boris Kolpackov1-2/+2
2020-04-01Add daytime() functionKaren Arutyunov3-0/+50
2020-03-17Fix mkanylink() to complete relative target against link directory when creat...Karen Arutyunov5-9/+23
2020-03-17Fix ln builtin not to complete relative target against working directoryKaren Arutyunov5-24/+38
2020-03-17Add readsymlink(), followsymlink(), and try_followsymlink()Karen Arutyunov8-263/+843
2020-03-11Fix race in dir_iterator::next() for 'ignore dangling symlinks' modeKaren Arutyunov1-54/+110
2020-03-11On Windows try to create directory symlink and fallback to creating junction ...Karen Arutyunov2-53/+51
2020-03-10Fix directory symlink tests failing on Windows in Developer ModeKaren Arutyunov4-101/+88
2020-03-09Add more support for symlinks on WindowsKaren Arutyunov16-701/+1532
2020-03-09Fix file_empty() to follow symlinksKaren Arutyunov1-1/+1
2020-03-09Add workaround for MinGW GCC bug #84583 (produces CRCRLF sequences in preproc...Karen Arutyunov1-34/+17
2020-03-09Don't mention CONTRIBUTING.md in buildfileKaren Arutyunov2-3/+3
2020-03-09Fix few typosBoris Kolpackov1-2/+2
2020-03-03Revert previous (erroneously pushed to master) commitKaren Arutyunov5-162/+22
2020-03-02BackupKaren Arutyunov5-22/+162
2020-02-28Add .gitattributes fileKaren Arutyunov1-0/+19
2020-02-26Add notion of validator to char_scanner and make sure manifest is UTF-8Karen Arutyunov24-596/+1696
2020-02-18Reformat LICENSEBoris Kolpackov1-18/+17
2020-02-18New LICENSE/AUTHORS arrangementBoris Kolpackov7-20/+28
2020-02-12Fix curl testscriptKaren Arutyunov1-8/+8
2020-02-12Rename fdnull() to fdopen_null()Karen Arutyunov11-29/+30
2020-02-10Distribute and install COPYRIGHT fileKaren Arutyunov1-1/+3
2020-02-07Update last year in COPYRIGHT fileKaren Arutyunov1-1/+1
2020-02-07Add COPYRIGHT fileKaren Arutyunov2-1/+14
2020-02-06Drop copyright notice from source codeBoris Kolpackov260-260/+4
2020-02-05Minor tweaks to LICENSE fileBoris Kolpackov1-2/+2
2020-01-28Fix utf8() function descriptionKaren Arutyunov1-1/+1
2020-01-28Add utf8() predicateKaren Arutyunov5-6/+575