diff options
Diffstat (limited to 'common/ChangeLog')
-rw-r--r-- | common/ChangeLog | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/common/ChangeLog b/common/ChangeLog index 95aef653c..7d803660a 100644 --- a/common/ChangeLog +++ b/common/ChangeLog @@ -1,3 +1,17 @@ +2011-09-23 Werner Koch <[email protected]> + + * dotlock.c: Factor Unix and W32 specific code out into specific + functions. Define HAVE_POSIX_SYSTEM. Rearrange some functions. + (disable_dotlock): Rename to dotlock_disable. + (create_dotlock): Rename to dotlock_create. + (destroy_dotlock): Rename to dotlock_destroy. + (make_dotlock): Rename to dotlock_take. + (release_dotlock): Rename to dotlock_release. + +2011-09-22 Werner Koch <[email protected]> + + * dotlock.c: Remove support for RISCOS. + 2011-08-10 Werner Koch <[email protected]> * t-exechelp.c (test_close_all_fds): Don't use the DUMMY_FD var. @@ -2394,7 +2408,7 @@ Copyright 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, - 2009, 2010 Free Software Foundation, Inc. + 2009, 2010, 2011 Free Software Foundation, Inc. This file is free software; as a special exception the author gives unlimited permission to copy and/or distribute it, with or without |