Ben Gras
|
6c7004423d
|
Fix for %#02x bug (shouldn't print 0x, but junk was printed) found by
Joren l'Ami. Also fixes %p when arg is 0 (printed 0 instead of 0x0).
|
2006-07-21 10:08:47 +00:00 |
|
Ben Gras
|
a3bda44a41
|
. use proper S_ISFIFO for ISFIFO check
. ignore ESPIPE error from lseek() in fflush() on read streams
(because fifo's aren't detected when stdin, stdout or stderr)
|
2006-02-02 16:59:07 +00:00 |
|
Ben Gras
|
0e9a5612d7
|
Throw away unused dirs, generated Makefiles.
Moved some calls back.
|
2006-01-17 10:36:53 +00:00 |
|
Ben Gras
|
591e943779
|
Makefiles of Joren's new library build system.
|
2006-01-16 15:47:30 +00:00 |
|
Ben Gras
|
34d445c0af
|
Joren's new library make system (minus Makefiles)
|
2006-01-16 15:44:55 +00:00 |
|
Ben Gras
|
69a0586adf
|
Changes to make gcc compile our libraries too (Joren)
|
2005-10-21 11:19:35 +00:00 |
|
Ben Gras
|
66b48eea33
|
Joren l'Ami 's updates to stdio, minor modification by me too (skip
doing anything in fflush() if stream is a pipe).
|
2005-09-05 17:17:58 +00:00 |
|
Philip Homburg
|
62f7f9e6d2
|
Added mkstemp function. Should use a secure random number generator.
|
2005-06-29 15:29:08 +00:00 |
|
Philip Homburg
|
0979014807
|
Renamed some types Uid_t, Gid_t, Mode_t, etc. for perl5.
More space for synctree.
|
2005-06-23 11:07:31 +00:00 |
|
Ben Gras
|
9865aeaa79
|
Initial revision
|
2005-04-21 14:53:53 +00:00 |
|