Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-06-02 | Don't use "path" or "filename" to mean "file name" | Paul Eggert | |
in comments or local variable names. | |||
2005-05-14 | Update FSF postal mail address. | Jim Meyering | |
2004-11-03 | Sync from gnulib. | Paul Eggert | |
2004-11-03 | Sync from gnulib. | Paul Eggert | |
2004-08-02 | (errno): Remove decl; we now assume C89 or better. | Paul Eggert | |
2004-06-01 | Include xreadlink.h first, to catch .h file dependency problems. | Jim Meyering | |
2003-11-21 | (xreadlink): Correct outdated comment. | Jim Meyering | |
2003-09-13 | Update from gnulib. | Jim Meyering | |
2003-07-04 | Include <sys/types.h> unconditionally, instead of | Jim Meyering | |
having it depend on HAVE_SYS_TYPES_H. | |||
2003-06-06 | Update from gnulib. | Jim Meyering | |
2001-12-09 | (xreadlink): Add cast to avoid a warning. | Jim Meyering | |
2001-10-21 | whoops! fix comment on first line :-) | Jim Meyering | |
2001-09-04 | (xreadlink): Omit size_t* arg. All uses changed. | Jim Meyering | |
Use ssize_t, not int, to store result of readlink. Check for ssize_t overflow as well as size_t overflow, as POSIX says the result of readlink is implementation-defined when ssize_t overflows. Remove unnecessary cast to char*. Use free+malloc instead of realloc, as the storage doesn't need to be preserved and it's clearer and can be more efficient that way. (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare. | |||
2001-09-03 | include errno.h etc, too | Jim Meyering | |
2001-09-03 | tweak comment | Jim Meyering | |
2001-09-03 | (xreadlink): Preserve errno around `free' during failure. | Jim Meyering | |
2001-09-03 | update comment re power of 2 | Jim Meyering | |
2001-09-01 | *** empty log message *** | Jim Meyering | |