diff options
Diffstat (limited to 'extension/ChangeLog')
-rw-r--r-- | extension/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/extension/ChangeLog b/extension/ChangeLog index 287ce309..994b3c92 100644 --- a/extension/ChangeLog +++ b/extension/ChangeLog @@ -1,3 +1,11 @@ +2012-04-07 Andrew J. Schorr <aschorr@telemetry-investments.com> + + * filefuncs.c: Remove unnecessary #include <sys/sysmacros.h>. + (read_symlink): New function to read symbolic links more robustly. + (do_stat): Use read_symlink instead of readlink. + * fork.c (do_wait): new function. + (dlload): Call make_builtin to add "wait" function. + 2012-04-02 Andrew J. Schorr <aschorr@telemetry-investments.com> * fork.c (do_fork): Test whether PROCINFO_node exists before updating |