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
...
*
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
*
Fix wrong uses of ~s for function name string.
Kaz Kylheku
2018-11-07
1
-3
/
+3
*
sysif: work around glibc warnings about makedev macros.
Kaz Kylheku
2018-06-08
1
-0
/
+3
*
bugfix: correcly obtain self path on Solaris.
Kaz Kylheku
2018-05-04
1
-1
/
+1
*
Copyright year bump 2018.
Kaz Kylheku
2018-02-15
1
-1
/
+1
*
mpi: fix some careless use of integer types.
Kaz Kylheku
2017-06-18
1
-1
/
+1
*
sysif: add overflow checks.
Kaz Kylheku
2017-06-12
1
-14
/
+19
*
Adding realpath function.
Kaz Kylheku
2017-05-21
1
-0
/
+17
*
Splitting cptr object into separate CPTR tag.
Kaz Kylheku
2017-05-15
1
-13
/
+25
*
bugfix: use proper hashing for cptr.
Kaz Kylheku
2017-05-15
1
-1
/
+1
*
cobj: rename poorly named default operation.
Kaz Kylheku
2017-05-15
1
-1
/
+1
*
dlopen: add error reporting via dlerror()
Kaz Kylheku
2017-05-03
1
-9
/
+22
*
dlopen: allow nil name and default both args.
Kaz Kylheku
2017-05-03
1
-4
/
+5
*
HAVE_SYS_TYPES_H config variable.
Kaz Kylheku
2017-05-03
1
-1
/
+1
*
Error checking in dlopen wrappers.
Kaz Kylheku
2017-05-02
1
-0
/
+22
*
Provide access to dlopen.
Kaz Kylheku
2017-04-25
1
-0
/
+102
*
New path slot in stat struct.
Kaz Kylheku
2017-04-08
1
-8
/
+11
*
Rename badly named default_bool_arg
Kaz Kylheku
2017-03-17
1
-2
/
+2
*
umask: arg optional, return old value.
Kaz Kylheku
2017-03-15
1
-3
/
+7
*
Check result of seteuid and setegid.
Kaz Kylheku
2017-02-22
1
-6
/
+10
*
bugfix: wrongly strict stream class check in poll.
Kaz Kylheku
2017-02-05
1
-1
/
+1
*
Bump copyright year to 2017.
Kaz Kylheku
2017-01-23
1
-1
/
+1
*
Fix some C style casts to use casting macros.
Kaz Kylheku
2016-12-07
1
-1
/
+1
*
Synchronize license comments with LICENSE.
Kaz Kylheku
2016-10-01
1
-16
/
+17
*
key function argument on remq, remql and remqual.
Kaz Kylheku
2016-09-15
1
-1
/
+1
*
Adding uname.
Kaz Kylheku
2016-07-19
1
-0
/
+50
*
Don't use sleep function in tail streams.
Kaz Kylheku
2016-05-23
1
-1
/
+1
*
New functions: at-exit-call and at-exit-do-not-call.
Kaz Kylheku
2016-05-18
1
-0
/
+29
*
Replace abort with panic in setuid code.
Kaz Kylheku
2016-05-07
1
-8
/
+7
*
New --reexec option.
Kaz Kylheku
2016-05-05
1
-1
/
+1
[prev]
[next]