| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | 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 |