# $NetBSD: shlib_version,v 1.19 2019/04/24 13:01:52 kamil Exp $ # Remember to update distrib/sets/lists/base/shl.* when changing # # Things to do when bumping major version: # # - pthread_foo_t: # # clean out unused and abused members. # # add spare members. # # add members to deal with inter-process synch and priority inheritance. # # make objects same size and layout on 32/64 bit, so kernel can # inspect them for priority inheritance / inter-process synch, # without compat_netbsd32 shims?? # # use reserved identifiers for things that shouldn't be visible, # e.g. rename pthread__pagesize to __pthread_pagesize, # # remove remnants of libpthread_dbg: pthread__dbg # major=1 minor=4 .3 NetBSD fork for lockdoc analysismerlin@scholz.ruhr
summaryrefslogtreecommitdiff
path: root/lib/libedit/parse.c
AgeCommit message (Expand)Author
2011-08-16re-enable -Wconversionchristos
2011-07-29KNF return (\1); -> return \1;christos
2011-07-28term -> terminalchristos
2009-12-30Wide character support (UTF-8) from Johny Mattsson; currently disabled.christos
2005-05-29Update for recent parse__escape() prototype changelukem
2005-05-29PR/25694: Luke Mewburn: Don't abuse unconstify'ing a string and writing tochristos
2003-12-05Tokenization function enhancements:lukem
2003-11-02Handle M- as escape. XXX: should probably select the meta-map instead.christos
2003-10-15don't limit ^c to alpha c, and add VIS_NOSLASH so that vis(3) does notchristos
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-01-21Add a uniquefier for the history function.christos
2002-03-18- constify; passes all gcc and lint strict checks.christos
2001-01-23sprinkle couple constjdolecek
2000-09-04convert to new style guide, which includes:lukem
2000-03-10include <stdlib.h> to get definition of malloc() and free(), so it'sjdolecek
1999-07-02More trailing white space.simonb
1999-02-05M-X:<enter> core-dumped.christos
1998-12-12delintchristos
1998-07-29* add more checks for NULL pointers in passed argumentslukem
1998-01-21in el_parse(), use a temporary buffer to store the program name whenlukem
1997-07-06Fix compiler warnings.christos
1997-01-11* document ^char and \ escape sequenceslukem
1997-01-11RCSid policelukem
1997-01-11* in el_parse(), don't reference argv[0] if argc < 1 (return -1 instead)lukem
1997-01-09* add a man page for the editline routineslukem