History log of /openbsd/lib/libkeynote/keynote.l (Results 1 – 24 of 24)
Revision Date Author Comments
# b299522f 28-Aug-2017 millert <millert@openbsd.org>

Add %option noinput to suppress an unused function warning.
Noticed by and OK ottot@


# 98b112f3 19-Nov-2015 tedu <tedu@openbsd.org>

lexer fixes to work with new flex. from Serguey Parkhomovsky


# 313d0fe7 19-Nov-2015 mmcc <mmcc@openbsd.org>

Remove a ton of ugly, needless casts for NULL, calloc(), and strdup().
No binary change.


# 862a1c7f 04-Feb-2015 bluhm <bluhm@openbsd.org>

Replace realloc() with reallocarray() in libkeynote. Do not free
keynote_lex_list after it has been reallocated.
Found by Benjamin Baier with llvm/scan-build; OK florian@


# 80c62621 29-Nov-2013 deraadt <deraadt@openbsd.org>

fairly simple unsigned char casts for ctype
ok krw


# 691235ad 06-Apr-2011 miod <miod@openbsd.org>

Avoid using NULL in non-pointer contexts: use 0 for integer values and '\0'
for chars.


# 441ae911 11-Dec-2009 deraadt <deraadt@openbsd.org>

clean up the realloc code to make a parfait false positive go away.

parfait still does not completely understand how realloc() behaves
(or %, ?:, >>, or << and its terminal function tracking remains

clean up the realloc code to make a parfait false positive go away.

parfait still does not completely understand how realloc() behaves
(or %, ?:, >>, or << and its terminal function tracking remains weak)

show more ...


# 85616838 29-Jun-2004 msf <msf@openbsd.org>

Header cleanup.
ok hshoexer@


# e0758482 25-Jun-2004 msf <msf@openbsd.org>

Make crufty configure stuff go away. Remove all unused code paths.
No change in binaries.

ok millert@ deraadt@ hshoexer@


# 6957a4a4 08-Nov-2003 jmc <jmc@openbsd.org>

typos from Jonathon Gray;


# f91597c4 27-May-2002 deraadt <deraadt@openbsd.org>

snprintf and strlcpy cleanup; angelos ok


# 5e4ac158 03-Sep-2001 deraadt <deraadt@openbsd.org>

with or without fee; received mail permitting this change from angelos


# f416c374 11-Aug-2000 angelos <angelos@openbsd.org>

Fix lexer bug (bad handling of escaped double-quote).


# adf9c6c4 13-Jun-2000 angelos <angelos@openbsd.org>

Fix some compile warnings.


# c5ba4a6f 18-May-2000 angelos <angelos@openbsd.org>

Manpage links.


# bdbb5d20 18-May-2000 angelos <angelos@openbsd.org>

Plug a minor memory leak associated with kn_get_licensees(), and make
the latter work before a query has been issued.


# 984ef80b 18-Feb-2000 angelos <angelos@openbsd.org>

Scale-down cleanup table on allocation failure (Stanley@webspective.com)


# 4812cf71 12-Feb-2000 angelos <angelos@openbsd.org>

Simplify a couple of things in the lexer, make the compiler happy so
-Wall doesn't complain at the lexers.


# 1c338448 26-Oct-1999 angelos <angelos@openbsd.org>

sync


# dd34a27e 09-Oct-1999 angelos <angelos@openbsd.org>

Roll back yesterday's commit, will wait until after 2.6.


# f53dbc77 09-Oct-1999 angelos <angelos@openbsd.org>

Move all ifdefs in header.h (instead of keynote.h), include header.h
in all files including keynote.h, update manpage.


# 9186b70c 01-Oct-1999 angelos <angelos@openbsd.org>

Update for version 2.0


# a8a6ad51 31-May-1999 angelos <angelos@openbsd.org>

Sanitize prototypes and variable extern definitions, remove
unnecessary header file, add prototypes header file for utility building.


# 983e9580 23-May-1999 angelos <angelos@openbsd.org>

KeyNote version 2 trust-management system (security policy handling).
Utilities to follow.