projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
83f8d91
)
*** empty log message ***
author
Simon Josefsson
<simon@josefsson.org>
Wed, 1 Mar 2006 08:44:25 +0000
(08:44 +0000)
committer
Simon Josefsson
<simon@josefsson.org>
Wed, 1 Mar 2006 08:44:25 +0000
(08:44 +0000)
lib/ChangeLog
patch
|
blob
|
history
diff --git
a/lib/ChangeLog
b/lib/ChangeLog
index e4d40a6027004699b23958d40e5445703961a5df..b5c8a2476ae2d79aeb63a5cfb813348630c64867 100644
(file)
--- a/
lib/ChangeLog
+++ b/
lib/ChangeLog
@@
-1,3
+1,12
@@
+2006-03-01 Simon Josefsson <jas@extundo.com>
+
+ * readline.c: Fix typo, tiny patch from Stepan Kasal
+ <kasal@ucw.cz>.
+
+2006-02-28 Simon Josefsson <jas@extundo.com>
+
+ * getopt.c: Protect #include of unistd.h, for MSVS.
+
2006-02-27 Simon Josefsson <jas@extundo.com>
* base64.h: Indent #define's. From Jim Meyering