index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libedit
/
tokenizer.c
Age
Commit message (
Expand
)
Author
2011-08-16
re-enable -Wconversion
christos
2011-07-29
KNF return (\1); -> return \1;
christos
2011-07-28
kill ptr_t and ioctl_t, add * sizeof(*foo) to all allocations.
christos
2010-01-03
rename historyw -> history_w for consistency.
christos
2009-12-30
Fix wide build, test it, but don't turn it on yet.
christos
2009-12-30
Wide character support (UTF-8) from Johny Mattsson; currently disabled.
christos
2009-02-15
pass lint on _LP64.
christos
2003-12-05
Tokenization function enhancements:
lukem
2003-10-18
change allocation policy in el_push to allocate the string itself.
christos
2003-08-07
Move UCB-licensed code from 4-clause to 3-clause licence.
agc
2002-10-27
don't crash in memory shortage conditions.
christos
2002-03-18
- constify; passes all gcc and lint strict checks.
christos
2002-01-31
don't forget to re-adjust the limit.
christos
2002-01-31
make pointer arithmetic more palatable.
christos
2001-01-04
consistently check for allocation failures and return -1, if we could not
christos
2000-09-04
convert to new style guide, which includes:
lukem
1999-07-02
More trailing white space.
simonb
1998-12-12
delint
christos
1997-07-06
Fix compiler warnings.
christos
1997-01-11
RCSid police
lukem
1994-05-06
libedit!
cgd