public
Description: An implementation of markdown in C, using a PEG grammar
Clone URL: git://github.com/jgm/peg-markdown.git
Search Repo:
jgm (author)
Fri May 09 09:49:59 -0700 2008
commit  0670aafd649d8e61b46e65e23a3b9dcee49c6e66
tree    4267baeda05b4520ed9041ca9fe82b9ba75c1705
parent  3fff272c9928551a50f1171155df761616aff0f6
peg-markdown / my_getopt-1.5 / ChangeLog
100644 23 lines (14 sloc) 0.74 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
2006-12-09 Benjamin C. W. Sittler <bsittler@>
 
  * my_getopt.c: add my_getopt_reset to reset the argument parser
 
  * README: updated email address, updated for version 1.5
 
2002-07-26 Benjamin C. W. Sittler <bsittler@knownow.com>
 
  * README: updated for version 1.4
 
  * my_getopt.c: now we include <sys/types.h> explicitly for those
  systems that narrowly (mis-)interpret ANSI C and POSIX
  (_my_getopt_internal): added an explicit cast to size_t to make
  g++ happy
 
  * getopt.h, my_getopt.h: added extern "C" { ... } for C++
  compilation (thanks to Jeff Lawson <bovine@ud.com> and others)
 
2001-08-20 Benjamin C. W. Sittler <bsittler@knownow.com>
 
  * getopt.h (getopt_long_only): fixed typo (thanks to Justin Lee
  <justin_lee@ud.com>)