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
...
*
Implement setgid script support.
Kaz Kylheku
2016-05-02
1
-15
/
+44
*
Fix somewhat broken setuid privilege dropping.
Kaz Kylheku
2016-05-01
1
-6
/
+41
*
Adding getresuid, getresuid, getresgid and setresgid.
Kaz Kylheku
2016-05-01
1
-0
/
+45
*
Adding setgroups function.
Kaz Kylheku
2016-05-01
1
-0
/
+36
*
Strengthen against resource leaks upon exceptions.
Kaz Kylheku
2016-04-21
1
-11
/
+23
*
Integrating fnmatch.
Kaz Kylheku
2016-04-20
1
-0
/
+53
*
Expose stat_to_struct outside of sysif.
Kaz Kylheku
2016-04-15
1
-1
/
+1
*
Bugfix in setenv: default argument handling.
Kaz Kylheku
2016-03-08
1
-1
/
+1
*
Allow nil value in setenv.
Kaz Kylheku
2016-03-08
1
-2
/
+6
*
Fix signed/unsigned warning from g++.
Kaz Kylheku
2016-03-06
1
-1
/
+1
*
Support umask function.
Kaz Kylheku
2016-03-02
1
-0
/
+14
*
Support setuid operation.
Kaz Kylheku
2016-01-23
1
-0
/
+53
*
Bugfix: env-hash discarding characters after =.
Kaz Kylheku
2016-01-17
1
-2
/
+5
*
Support crypt function.
Kaz Kylheku
2016-01-13
1
-0
/
+19
*
Copyright year bump.
Kaz Kylheku
2015-12-31
1
-1
/
+1
*
C++ breakage: multiple definition of name_s.
Kaz Kylheku
2015-12-30
1
-2
/
+1
*
Useful feature: object post-initialization.
Kaz Kylheku
2015-12-16
1
-3
/
+4
*
Large file support.
Kaz Kylheku
2015-12-04
1
-0
/
+93
*
Implementing *print-base* and ~d format directive.
Kaz Kylheku
2015-11-14
1
-20
/
+20
*
Stop using C library setjmp/longjmp.
Kaz Kylheku
2015-10-25
1
-1
/
+0
*
Implementation of static slots for structures.
Kaz Kylheku
2015-09-29
1
-6
/
+6
*
C++ fix in poll wrapper.
Kaz Kylheku
2015-09-29
1
-2
/
+1
*
statf becomes external.
Kaz Kylheku
2015-09-23
1
-2
/
+2
*
Add unix group database functions.
Kaz Kylheku
2015-09-17
1
-0
/
+110
*
Implement ~/.txr_profile mechanism.
Kaz Kylheku
2015-09-13
1
-1
/
+1
*
Load and save repl history.
Kaz Kylheku
2015-09-07
1
-1
/
+1
*
Unix password database access.
Kaz Kylheku
2015-09-01
1
-0
/
+114
*
Move stat functions to use a struct.
Kaz Kylheku
2015-08-30
1
-1
/
+76
*
Renaming c_true to tnil.
Kaz Kylheku
2015-08-27
1
-5
/
+5
*
C++ upkeep: conversions, clashes, warnings.
Kaz Kylheku
2015-08-07
1
-3
/
+3
*
* sysif.c (w_lstat): If we don't have S_IFLINK, implement
Kaz Kylheku
2015-08-07
1
-0
/
+4
*
Adding support for uid and gid manipulation.
Kaz Kylheku
2015-08-05
1
-0
/
+97
*
Switching some globals to lexical and changing some names.
Kaz Kylheku
2015-08-03
1
-34
/
+34
*
Support lstat and fstat.
Kaz Kylheku
2015-08-02
1
-12
/
+60
*
Adding poll function.
Kaz Kylheku
2015-04-28
1
-0
/
+97
*
Adding getenv, setenv and unsetenv.
Kaz Kylheku
2015-04-18
1
-0
/
+31
*
Adding exit* function which calls _exit.
Kaz Kylheku
2015-04-16
1
-0
/
+17
*
Add exec and pipe functions.
Kaz Kylheku
2015-04-16
1
-0
/
+36
*
Adding chmod.
Kaz Kylheku
2015-04-16
1
-0
/
+20
*
* sysif.c: Use HAVE_FORK_STUFF to wrap fork, waitpid and dup/dup2.
Kaz Kylheku
2015-04-11
1
-2
/
+2
*
Exposing dup and dup2.
Kaz Kylheku
2015-04-11
1
-0
/
+8
*
Fork and wait support.
Kaz Kylheku
2015-04-09
1
-0
/
+98
*
* sysif.c (mkdir_nothrow_exists): New static function.
Kaz Kylheku
2015-03-10
1
-0
/
+64
*
* sysif.c (abort_wrap): New static function.
Kaz Kylheku
2015-02-06
1
-0
/
+6
*
Update copyright notices from 2014 to 2015.
Kaz Kylheku
2015-02-01
1
-1
/
+1
*
Converting cast expressions to macros that are retargetted
Kaz Kylheku
2014-10-17
1
-2
/
+2
*
Moving system interface functions to separate module out of
Kaz Kylheku
2014-10-08
1
-0
/
+487
[prev]