index
:
delta/flex-git.git
bug-2172046
bug-3341746
feature/am_gettext_require_version
gh-pages
go
master
pull/460
unicode
westes-install
github.com: westes/flex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
misc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed prototype/definition conflicts with "traditional" C in skeleton at requ...
John Millaway
2002-07-17
1
-1
/
+3
*
chomp'd lines when reading external skel file.
John Millaway
2002-05-10
1
-9
/
+25
*
Applied 'const' to a few more char*, where appropriate.
John Millaway
2002-04-19
1
-2
/
+2
*
Changed 'char[]' to 'const char*' wherever in conflicted with gettext.
John Millaway
2002-04-19
1
-15
/
+15
*
Replaced exit(2) calls with longjmps (in the form of FLEX_EXIT macro).
John Millaway
2002-04-13
1
-1
/
+1
*
more from the same batch
Will Estes
2001-11-14
1
-0
/
+5
*
phew, millaway's latest batch
Will Estes
2001-10-22
1
-7
/
+14
*
merge latest batch of millaway's changes
Will Estes
2001-10-17
1
-1
/
+16
*
change copyright/license notices as per Vern's response to Theo
Will Estes
2001-06-17
1
-25
/
+31
*
remove extraneous rcs keywords
Will Estes
2001-05-03
1
-2
/
+0
*
ANSI C / Solaris tweak
Vern Paxson
1995-04-28
1
-1
/
+1
*
octal escape sequence must have just digits 0-7
Vern Paxson
1995-04-20
1
-2
/
+0
*
move dataflush, otoi prototypes into flexdef.h
Vern Paxson
1995-04-20
1
-7
/
+0
*
internationalization aids
Vern Paxson
1995-03-04
1
-10
/
+14
*
"# line" -> #line
Vern Paxson
1995-01-09
1
-1
/
+1
*
some const cleansing
Vern Paxson
1995-01-09
1
-19
/
+20
*
undid previous change
Vern Paxson
1994-12-05
1
-8
/
+1
*
\n -> '\012'
Vern Paxson
1994-12-03
1
-1
/
+8
*
Increase slowly if realloc double overflows
Vern Paxson
1994-12-03
1
-1
/
+10
*
Brian Madsen's tweaks for Borland
Vern Paxson
1994-11-24
1
-42
/
+16
*
size_t, STDC tweaks
Vern Paxson
1994-11-05
1
-12
/
+12
*
Added action_define()
Vern Paxson
1993-12-27
1
-1
/
+19
*
Added doubling of '\'s in filenames
Vern Paxson
1993-12-26
1
-3
/
+19
*
yy_flex_XXX -> flex_XXX
Vern Paxson
1993-12-17
1
-4
/
+4
*
alloc routines take unsigned
Vern Paxson
1993-12-15
1
-16
/
+6
*
bracket -CF table elements
Vern Paxson
1993-12-15
1
-2
/
+2
*
Do #bytes computation in {re,}allocate_array() only once
Vern Paxson
1993-12-13
1
-4
/
+6
*
yy_str*() -> str*()
Vern Paxson
1993-12-11
1
-2
/
+2
*
-o option
Vern Paxson
1993-12-11
1
-27
/
+135
*
lint tweaks
Vern Paxson
1993-12-03
1
-2
/
+1
*
Use yy_strXXX() routines instead of <string.h>
Vern Paxson
1993-12-02
1
-2
/
+2
*
yy_flex_xmalloc() moved to misc.c
Vern Paxson
1993-12-01
1
-0
/
+15
*
Removed vestigal cast to (char) in isupper() call
Vern Paxson
1993-11-30
1
-1
/
+1
*
Added casts to unsigned Char for isascii() calls
Vern Paxson
1993-11-30
1
-2
/
+2
*
Fixed to buffer section 1 definitions
Vern Paxson
1993-11-29
1
-10
/
+18
*
myctoi takes char[] instead of Char[]
Vern Paxson
1993-11-29
1
-2
/
+2
*
all_lower, all_upper work on char*
Vern Paxson
1993-11-28
1
-2
/
+2
*
lint tweak
Vern Paxson
1993-11-27
1
-1
/
+1
*
K&R declaration for check_char()
Vern Paxson
1993-11-20
1
-1
/
+2
*
Minor portability tweaks
Vern Paxson
1993-09-21
1
-9
/
+12
*
nuked static RCS string
Vern Paxson
1993-09-16
1
-4
/
+1
*
Added %+/%-/%* to skelout()
Vern Paxson
1993-08-25
1
-15
/
+41
*
isascii() moved to flexdef.h
Vern Paxson
1993-08-24
1
-46
/
+1
*
Added check_char()
Vern Paxson
1993-07-05
1
-0
/
+18
*
Modified to use yy_flex_alloc() and friends
Vern Paxson
1993-06-12
1
-4
/
+3
*
Reformatting.
Vern Paxson
1993-04-14
1
-542
/
+400
*
Added non-STDC clause for '\a'
Vern Paxson
1993-04-05
1
-0
/
+2
*
Added internal "action" array, internal skeleton, zero_out() in lieu of bzero
Vern Paxson
1993-02-06
1
-38
/
+104
*
fixed comment in myesc()
Vern Paxson
1990-08-14
1
-1
/
+1
*
fixed hexadecimal escapes; added is_hex_digit()
Vern Paxson
1990-08-14
1
-13
/
+58
[next]