summaryrefslogtreecommitdiffstats
path: root/sysif.h
Commit message (Expand)AuthorAgeFilesLines
* Copyright year bump 2022.Kaz Kylheku2022-01-111-1/+1
* New variable: *child-env*.Kaz Kylheku2021-09-261-0/+3
* New function: replace-env.Kaz Kylheku2021-09-251-0/+1
* license: reformat to fit 80 columns.Kaz Kylheku2021-08-161-12/+13
* New functions: getrlimit, setrlimit.Kaz Kylheku2021-07-131-0/+4
* Copyright year bump 2021.Kaz Kylheku2021-01-141-1/+1
* env: move function to sysif.cKaz Kylheku2020-10-161-0/+1
* stat, lstat and dirstat now take struct param.Kaz Kylheku2020-07-201-2/+2
* c_num: now takes self argument.Kaz Kylheku2020-06-291-1/+1
* Replace all strerror calls with wrapper.Kaz Kylheku2020-06-201-0/+1
* repl: improve dotfile security tests.Kaz Kylheku2020-04-091-0/+1
* fstat: turn into true alias.Kaz Kylheku2020-02-041-1/+1
* sysif: fix inappropriate use of w_ convention.Kaz Kylheku2020-01-151-2/+1
* sysif.h: remove dependency on off_t.Kaz Kylheku2020-01-011-12/+0
* Copyright year bump 2020.Kaz Kylheku2019-12-311-1/+1
* lib: don't assume time_t is signed.Kaz Kylheku2019-10-311-0/+2
* stat: support high resolution time stamps.Kaz Kylheku2019-10-291-1/+3
* lib: more nuanced file access errors.Kaz Kylheku2019-05-011-0/+1
* streams: use Boolean return value for stdio_fseek.Kaz Kylheku2019-01-251-1/+1
* sysif: remove low-level MPI code for off_t conversion.Kaz Kylheku2019-01-231-1/+1
* Copyright year bump 2019.Kaz Kylheku2019-01-161-1/+1
* bugfix: correcly obtain self path on Solaris.Kaz Kylheku2018-05-041-0/+3
* Copyright year bump 2018.Kaz Kylheku2018-02-151-1/+1
* New path slot in stat struct.Kaz Kylheku2017-04-081-2/+2
* Bump copyright year to 2017.Kaz Kylheku2017-01-231-1/+1
* Synchronize license comments with LICENSE.Kaz Kylheku2016-10-011-16/+17
* Don't use sleep function in tail streams.Kaz Kylheku2016-05-231-0/+1
* New functions: at-exit-call and at-exit-do-not-call.Kaz Kylheku2016-05-181-0/+2
* New --reexec option.Kaz Kylheku2016-05-051-0/+3
* Implement setgid script support.Kaz Kylheku2016-05-021-2/+2
* Expose stat_to_struct outside of sysif.Kaz Kylheku2016-04-151-0/+4
* Missing return type on some inline functions.Kaz Kylheku2016-02-291-2/+2
* Support setuid operation.Kaz Kylheku2016-01-231-0/+9
* Copyright year bump.Kaz Kylheku2015-12-311-1/+1
* Large file support.Kaz Kylheku2015-12-041-0/+14
* statf becomes external.Kaz Kylheku2015-09-231-0/+1
* Implement ~/.txr_profile mechanism.Kaz Kylheku2015-09-131-0/+1
* Load and save repl history.Kaz Kylheku2015-09-071-0/+1
* Move stat functions to use a struct.Kaz Kylheku2015-08-301-0/+8
* Update copyright notices from 2014 to 2015.Kaz Kylheku2015-02-011-1/+1
* Moving system interface functions to separate module out ofKaz Kylheku2014-10-081-0/+27