index
:
txr
master
txr-old
TXR: A data munging language.
kaz@kylheku.com
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sysif.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
arith: move c_unum and unum declaration into lib.h
Kaz Kylheku
2020-04-22
1
-1
/
+0
*
repl: improve dotfile security tests.
Kaz Kylheku
2020-04-09
1
-1
/
+1
*
warning cleanup: GNU C++ initializer warnings.
Kaz Kylheku
2020-04-06
1
-1
/
+1
*
warning cleanup: suspicious switch fallthrough cases.
Kaz Kylheku
2020-04-05
1
-0
/
+1
*
warning cleanup: missing member initializers.
Kaz Kylheku
2020-04-05
1
-7
/
+5
*
warning cleanup: signed/unsigned in ternaries.
Kaz Kylheku
2020-04-05
1
-1
/
+1
*
warning cleanup: remove unused parameters.
Kaz Kylheku
2020-04-05
1
-2
/
+2
*
fnmatch: fix missing fnm-extmatch.
Kaz Kylheku
2020-03-07
1
-1
/
+1
*
crypt: refactor hardening a bit.
Kaz Kylheku
2020-02-15
1
-17
/
+22
*
crypt: harden against crashes.
Kaz Kylheku
2020-02-14
1
-3
/
+60
*
chmod: ugo perms sees effects from same clause.
Kaz Kylheku
2020-02-08
1
-0
/
+1
*
chmod: ugo must refer to unaltered perms.
Kaz Kylheku
2020-02-08
1
-7
/
+9
*
chmod: bug handling comma after right hand ugo.
Kaz Kylheku
2020-02-07
1
-2
/
+1
*
chmod: setuid/setgid bit bugfix and new tests.
Kaz Kyheku
2020-02-07
1
-4
/
+2
*
chmod: bugfix and new tests.
Kaz Kyheku
2020-02-07
1
-5
/
+7
*
chmod: fix broken umask application for implicit all.
Kaz Kylheku
2020-02-07
1
-9
/
+6
*
chmod: fix broken Coreutils-compatible sticky clear.
Kaz Kylheku
2020-02-07
1
-1
/
+1
*
chmod: type error in exception throw.
Kaz Kyheku
2020-02-05
1
-2
/
+9
*
fstat: turn into true alias.
Kaz Kylheku
2020-02-04
1
-10
/
+6
*
stat and fstat become equivalent.
Kaz Kylheku
2020-02-04
1
-33
/
+30
*
New feature: symbolic chmod.
Kaz Kylheku
2020-02-03
1
-7
/
+156
*
New function: rmdir.
Kaz Kylheku
2020-01-28
1
-0
/
+16
*
New functions: chown, lchown.
Kaz Kyheku
2020-01-28
1
-1
/
+45
*
ensure-dir: return nil when exists.
Kaz Kylheku
2020-01-27
1
-1
/
+2
*
ensure-dir: fail if exists and not dir.
Kaz Kylheku
2020-01-25
1
-20
/
+30
*
New function: mkfifo.
Kaz Kylheku
2020-01-23
1
-0
/
+25
*
mknod: third arg must be optional.
Kaz Kylheku
2020-01-23
1
-1
/
+1
*
New functions utimes, lutimes.
Kaz Kylheku
2020-01-21
1
-1
/
+113
*
sysif: fix inappropriate use of w_ convention.
Kaz Kylheku
2020-01-15
1
-13
/
+13
*
fstat: take fd argument.
Kaz Kyheku
2020-01-15
1
-12
/
+7
*
chmod: work on streams and descriptors using fchmod.
Kaz Kyheku
2020-01-15
1
-6
/
+31
*
sysif.h: remove dependency on off_t.
Kaz Kylheku
2020-01-01
1
-2
/
+6
*
Copyright year bump 2020.
Kaz Kylheku
2019-12-31
1
-1
/
+1
*
lib: don't assume time_t is signed.
Kaz Kylheku
2019-10-31
1
-3
/
+13
*
stat: support high resolution time stamps.
Kaz Kylheku
2019-10-29
1
-3
/
+19
*
crypt: detect and use glibc's crypt_r.
Kaz Kylheku
2019-08-26
1
-2
/
+10
*
at-exit-do-not-call: wrong return value.
Kaz Kylheku
2019-06-20
1
-1
/
+1
*
Adding errno constants.
Kaz Kylheku
2019-06-09
1
-0
/
+86
*
Adding fcntl interface.
Kaz Kylheku
2019-06-09
1
-1
/
+142
*
posix: add close function.
Kaz Kylheku
2019-05-30
1
-0
/
+17
*
lib: more nuanced file access errors.
Kaz Kylheku
2019-05-01
1
-41
/
+88
*
streams: use Boolean return value for stdio_fseek.
Kaz Kylheku
2019-01-25
1
-4
/
+3
*
sysif: take advantage of i64_t in off_t handling.
Kaz Kylheku
2019-01-25
1
-10
/
+4
*
Fix some instances of 4 bytes = 32 bits assumption.
Kaz Kylheku
2019-01-23
1
-3
/
+3
*
sysif: use double-intptr function from arith.
Kaz Kylheku
2019-01-23
1
-4
/
+2
*
sysif: remove low-level MPI code for off_t conversion.
Kaz Kylheku
2019-01-23
1
-49
/
+11
*
mpi: put access macros into mp_ namespace
Kaz Kylheku
2019-01-22
1
-9
/
+9
*
Copyright year bump 2019.
Kaz Kylheku
2019-01-16
1
-1
/
+1
*
Eliminate ALLOCA_H.
Kaz Kylheku
2018-12-31
1
-1
/
+1
*
Drastically reduce inclusion of <dirent.h>.
Kaz Kylheku
2018-12-11
1
-1
/
+0
[prev]
[next]