]> granicus.if.org Git - flex/log
flex
29 years agoadded dataflush() prototype
Vern Paxson [Thu, 20 Apr 1995 11:17:36 +0000 (11:17 +0000)]
added dataflush() prototype

29 years agomove dataflush, otoi prototypes into flexdef.h
Vern Paxson [Thu, 20 Apr 1995 11:17:21 +0000 (11:17 +0000)]
move dataflush, otoi prototypes into flexdef.h

29 years agoconst -> yyconst
Vern Paxson [Thu, 20 Apr 1995 11:17:08 +0000 (11:17 +0000)]
const -> yyconst

29 years agofixed bug in needing yy_cp for -Cf w/ backing up
Vern Paxson [Thu, 20 Apr 1995 10:55:33 +0000 (10:55 +0000)]
fixed bug in needing yy_cp for -Cf w/ backing up

29 years agoStan Adermann credit
Vern Paxson [Tue, 28 Mar 1995 10:29:45 +0000 (10:29 +0000)]
Stan Adermann credit

29 years agobeta-tester update
Vern Paxson [Mon, 27 Mar 1995 14:38:49 +0000 (14:38 +0000)]
beta-tester update

29 years ago2.5.1
Vern Paxson [Mon, 27 Mar 1995 14:38:32 +0000 (14:38 +0000)]
2.5.1

29 years agoupdate date for 2.5.1 release, some feedbacker credits
Vern Paxson [Mon, 27 Mar 1995 14:37:06 +0000 (14:37 +0000)]
update date for 2.5.1 release, some feedbacker credits

29 years agofixed lint problem with declaring yy_cp unnecessarily
Vern Paxson [Mon, 27 Mar 1995 14:36:45 +0000 (14:36 +0000)]
fixed lint problem with declaring yy_cp unnecessarily

29 years ago{}'s around full-table initializations
Vern Paxson [Mon, 27 Mar 1995 14:35:59 +0000 (14:35 +0000)]
{}'s around full-table initializations

29 years agofor version 2.5
Vern Paxson [Tue, 21 Mar 1995 14:35:22 +0000 (14:35 +0000)]
for version 2.5

29 years agoadded note regarding yylineno should be maintained on a per-buffer basis
Vern Paxson [Tue, 21 Mar 1995 14:13:13 +0000 (14:13 +0000)]
added note regarding yylineno should be maintained on a per-buffer basis

29 years agonew C++ member functions
Vern Paxson [Tue, 21 Mar 1995 14:12:46 +0000 (14:12 +0000)]
new C++ member functions

29 years ago2.5.0.8 update
Vern Paxson [Tue, 21 Mar 1995 13:44:49 +0000 (13:44 +0000)]
2.5.0.8 update

29 years agorename yylineno if -P
Vern Paxson [Tue, 21 Mar 1995 13:44:34 +0000 (13:44 +0000)]
rename yylineno if -P

29 years agodo_yylineno
Vern Paxson [Mon, 20 Mar 1995 14:03:05 +0000 (14:03 +0000)]
do_yylineno
MARKER_DIFFERENCE depends on MAXIMUM_MNS

29 years agoremoved redundant skel.c from DISTFILES
Vern Paxson [Mon, 20 Mar 1995 14:02:49 +0000 (14:02 +0000)]
removed redundant skel.c from DISTFILES

29 years agodebug(), setdebug(), lineno()
Vern Paxson [Mon, 20 Mar 1995 14:02:36 +0000 (14:02 +0000)]
debug(), setdebug(), lineno()

29 years ago%option yylineno support
Vern Paxson [Mon, 20 Mar 1995 14:02:24 +0000 (14:02 +0000)]
%option yylineno support

29 years agoread up to newline for interactive reads, rather than one char
Vern Paxson [Mon, 20 Mar 1995 14:02:02 +0000 (14:02 +0000)]
read up to newline for interactive reads, rather than one char

29 years agoadded %option yylineno
Vern Paxson [Mon, 20 Mar 1995 14:01:16 +0000 (14:01 +0000)]
added %option yylineno

29 years agoadded do_yylineno
Vern Paxson [Sat, 18 Mar 1995 09:27:37 +0000 (09:27 +0000)]
added do_yylineno

29 years ago2.5.0.7
Vern Paxson [Mon, 6 Mar 1995 15:53:22 +0000 (15:53 +0000)]
2.5.0.7

29 years agorealclean -> maintainer-clean
Vern Paxson [Sun, 5 Mar 1995 21:37:51 +0000 (21:37 +0000)]
realclean -> maintainer-clean

29 years agoAdded yy_flush_buffer
Vern Paxson [Sun, 5 Mar 1995 21:35:23 +0000 (21:35 +0000)]
Added yy_flush_buffer

29 years agoadded yy_flush_buffer
Vern Paxson [Sun, 5 Mar 1995 21:35:10 +0000 (21:35 +0000)]
added yy_flush_buffer

29 years agoprefix support for yy_flush_buffer
Vern Paxson [Sun, 5 Mar 1995 21:35:02 +0000 (21:35 +0000)]
prefix support for yy_flush_buffer

29 years agoadded %option yyclass
Vern Paxson [Sun, 5 Mar 1995 20:37:32 +0000 (20:37 +0000)]
added %option yyclass

29 years agoadded yyclass
Vern Paxson [Sun, 5 Mar 1995 20:37:26 +0000 (20:37 +0000)]
added yyclass

29 years agoAdded switch_streams
Vern Paxson [Sun, 5 Mar 1995 16:50:49 +0000 (16:50 +0000)]
Added switch_streams

29 years agoadded switch_streams
Vern Paxson [Sun, 5 Mar 1995 16:50:33 +0000 (16:50 +0000)]
added switch_streams

29 years agodon't rename yy_flex_debug for C++
Vern Paxson [Sun, 5 Mar 1995 16:37:51 +0000 (16:37 +0000)]
don't rename yy_flex_debug for C++

29 years agoyy_flex_debug extern only if not C++
Vern Paxson [Sun, 5 Mar 1995 16:37:34 +0000 (16:37 +0000)]
yy_flex_debug extern only if not C++

29 years agoadded yy_flex_debug member variable
Vern Paxson [Sun, 5 Mar 1995 16:37:12 +0000 (16:37 +0000)]
added yy_flex_debug member variable

29 years agoyyFlexLexer initialization of yy_flex_debug
Vern Paxson [Sun, 5 Mar 1995 16:36:08 +0000 (16:36 +0000)]
yyFlexLexer initialization of yy_flex_debug

29 years agoVMS POSIX stuff
Vern Paxson [Sat, 4 Mar 1995 18:06:51 +0000 (18:06 +0000)]
VMS POSIX stuff

29 years agomoved position of yy_init = 0
Vern Paxson [Sat, 4 Mar 1995 16:36:23 +0000 (16:36 +0000)]
moved position of yy_init = 0

29 years agoadded YY_EXIT_FAILURE
Vern Paxson [Sat, 4 Mar 1995 16:15:43 +0000 (16:15 +0000)]
added YY_EXIT_FAILURE

29 years agoremoved VMS-specific exit
Vern Paxson [Sat, 4 Mar 1995 16:14:30 +0000 (16:14 +0000)]
removed VMS-specific exit

29 years agointernationalization aids
Vern Paxson [Sat, 4 Mar 1995 16:09:54 +0000 (16:09 +0000)]
internationalization aids

29 years agodo yy_flex_debug prefix for both C++ and C
Vern Paxson [Sat, 4 Mar 1995 16:07:41 +0000 (16:07 +0000)]
do yy_flex_debug prefix for both C++ and C

29 years agofixed program_name tweak again
Vern Paxson [Mon, 6 Feb 1995 09:38:10 +0000 (09:38 +0000)]
fixed program_name tweak again

30 years agooops, fixed program_name tweak
Vern Paxson [Wed, 11 Jan 1995 11:00:01 +0000 (11:00 +0000)]
oops, fixed program_name tweak

30 years agoprogram_name is "flex" if argv[0] nil
Vern Paxson [Wed, 11 Jan 1995 10:53:23 +0000 (10:53 +0000)]
program_name is "flex" if argv[0] nil

30 years ago2.5.0.5
Vern Paxson [Tue, 10 Jan 1995 10:43:47 +0000 (10:43 +0000)]
2.5.0.5

30 years agoDocumented YY_NUM_RULES
Vern Paxson [Tue, 10 Jan 1995 10:43:22 +0000 (10:43 +0000)]
Documented YY_NUM_RULES

30 years agoadded formatted man page to MISC
Vern Paxson [Tue, 10 Jan 1995 10:42:29 +0000 (10:42 +0000)]
added formatted man page to MISC

30 years agohelp messages to stdout
Vern Paxson [Tue, 10 Jan 1995 10:42:17 +0000 (10:42 +0000)]
help messages to stdout

30 years agoAdded YY_NUM_RULES
Vern Paxson [Mon, 9 Jan 1995 22:05:48 +0000 (22:05 +0000)]
Added YY_NUM_RULES

30 years agobetter fix for #pragma problem
Vern Paxson [Mon, 9 Jan 1995 21:02:17 +0000 (21:02 +0000)]
better fix for #pragma problem

30 years agobetter fix for #pragma portability problem
Vern Paxson [Mon, 9 Jan 1995 21:02:03 +0000 (21:02 +0000)]
better fix for #pragma portability problem

30 years ago"# line" -> #line
Vern Paxson [Mon, 9 Jan 1995 12:54:33 +0000 (12:54 +0000)]
"# line" -> #line

30 years agocomment out Turbo C #pragma's
Vern Paxson [Mon, 9 Jan 1995 12:41:06 +0000 (12:41 +0000)]
comment out Turbo C #pragma's

30 years agoreset linenum on new file
Vern Paxson [Mon, 9 Jan 1995 12:35:29 +0000 (12:35 +0000)]
reset linenum on new file

30 years agoisatty() extern
Vern Paxson [Mon, 9 Jan 1995 12:13:38 +0000 (12:13 +0000)]
isatty() extern

30 years ago2.5.0.4
Vern Paxson [Mon, 9 Jan 1995 12:13:11 +0000 (12:13 +0000)]
2.5.0.4

30 years agolong options, VMS tweaks
Vern Paxson [Mon, 9 Jan 1995 12:12:42 +0000 (12:12 +0000)]
long options, VMS tweaks

30 years agoAdded parse.c, parse.h for dist MISC directory
Vern Paxson [Mon, 9 Jan 1995 12:12:06 +0000 (12:12 +0000)]
Added parse.c, parse.h for dist MISC directory

30 years agosome "const" cleansing
Vern Paxson [Mon, 9 Jan 1995 12:11:39 +0000 (12:11 +0000)]
some "const" cleansing

30 years agoskel[] is now const
Vern Paxson [Mon, 9 Jan 1995 12:11:29 +0000 (12:11 +0000)]
skel[] is now const

30 years agosome const cleansing
Vern Paxson [Mon, 9 Jan 1995 12:11:14 +0000 (12:11 +0000)]
some const cleansing

30 years ago#line in section 1
Vern Paxson [Mon, 9 Jan 1995 12:10:57 +0000 (12:10 +0000)]
#line in section 1

30 years agopreen
Vern Paxson [Thu, 5 Jan 1995 22:04:21 +0000 (22:04 +0000)]
preen

30 years agoconfig.h from conf.in
Vern Paxson [Thu, 29 Dec 1994 15:58:19 +0000 (15:58 +0000)]
config.h from conf.in

30 years agofor VMS, delete -> remove
Vern Paxson [Thu, 29 Dec 1994 15:58:06 +0000 (15:58 +0000)]
for VMS, delete -> remove

30 years agoconfig.h.in -> conf.in
Vern Paxson [Thu, 29 Dec 1994 15:57:46 +0000 (15:57 +0000)]
config.h.in -> conf.in
rm config.h on distclean

30 years agostdinit tweaks
Vern Paxson [Thu, 29 Dec 1994 15:57:13 +0000 (15:57 +0000)]
stdinit tweaks

30 years agoadded nostdinit
Vern Paxson [Thu, 29 Dec 1994 15:48:39 +0000 (15:48 +0000)]
added nostdinit

30 years agoadded MS-DOS note for 2.5.0.2
Vern Paxson [Wed, 28 Dec 1994 18:47:21 +0000 (18:47 +0000)]
added MS-DOS note for 2.5.0.2

30 years agotypos, tweaks
Vern Paxson [Wed, 28 Dec 1994 18:16:32 +0000 (18:16 +0000)]
typos, tweaks

30 years agoremoved flexdoc
Vern Paxson [Wed, 28 Dec 1994 15:40:09 +0000 (15:40 +0000)]
removed flexdoc

30 years agoflexdoc/flex merge
Vern Paxson [Wed, 28 Dec 1994 15:35:07 +0000 (15:35 +0000)]
flexdoc/flex merge

30 years agotypos
Vern Paxson [Wed, 28 Dec 1994 13:50:46 +0000 (13:50 +0000)]
typos

30 years agotypo
Vern Paxson [Wed, 28 Dec 1994 13:45:27 +0000 (13:45 +0000)]
typo

30 years ago2.5 update
Vern Paxson [Wed, 28 Dec 1994 13:42:03 +0000 (13:42 +0000)]
2.5 update

30 years ago2.5.0.2
Vern Paxson [Wed, 28 Dec 1994 13:41:48 +0000 (13:41 +0000)]
2.5.0.2

30 years agofixed sense of %option main implying %option noyywrap
Vern Paxson [Wed, 28 Dec 1994 11:55:51 +0000 (11:55 +0000)]
fixed sense of %option main implying %option noyywrap

30 years agoYY_FLEX_{MAJOR,MINOR}_VERSION
Vern Paxson [Wed, 28 Dec 1994 11:54:59 +0000 (11:54 +0000)]
YY_FLEX_{MAJOR,MINOR}_VERSION
fixed bug in unput trashing yytext even with %array

30 years agoprior to 2.5 update
Vern Paxson [Sat, 17 Dec 1994 22:08:06 +0000 (22:08 +0000)]
prior to 2.5 update

30 years agoC++/-P fixes
Vern Paxson [Sat, 17 Dec 1994 18:41:07 +0000 (18:41 +0000)]
C++/-P fixes

30 years ago-P fixes
Vern Paxson [Sat, 17 Dec 1994 18:40:50 +0000 (18:40 +0000)]
-P fixes
constructor, destructor moved to flex.skl

30 years agoYY_SKIP_YYWRAP
Vern Paxson [Sat, 17 Dec 1994 18:40:26 +0000 (18:40 +0000)]
YY_SKIP_YYWRAP
yyFlexLexer constructor, destructor

30 years agoformatting
Vern Paxson [Thu, 15 Dec 1994 14:34:08 +0000 (14:34 +0000)]
formatting

30 years agofixed bug in adjusting yytext before backing up
Vern Paxson [Thu, 15 Dec 1994 14:30:07 +0000 (14:30 +0000)]
fixed bug in adjusting yytext before backing up

30 years agoswitched scanner itself over to [:xxx:]
Vern Paxson [Sat, 10 Dec 1994 22:24:10 +0000 (22:24 +0000)]
switched scanner itself over to [:xxx:]

30 years agoadded YY_FLEX_VERSION
Vern Paxson [Sat, 10 Dec 1994 17:53:50 +0000 (17:53 +0000)]
added YY_FLEX_VERSION

30 years agoFixed CCL-match pattern for [:whatever:]
Vern Paxson [Sat, 10 Dec 1994 17:53:08 +0000 (17:53 +0000)]
Fixed CCL-match pattern for [:whatever:]

30 years agotreat [:upper:] as [:lower:] if -i
Vern Paxson [Sat, 10 Dec 1994 17:52:55 +0000 (17:52 +0000)]
treat [:upper:] as [:lower:] if -i

30 years ago2.5.0.1
Vern Paxson [Tue, 6 Dec 1994 21:59:34 +0000 (21:59 +0000)]
2.5.0.1

30 years agoinput() maintains BOL
Vern Paxson [Tue, 6 Dec 1994 21:28:46 +0000 (21:28 +0000)]
input() maintains BOL

30 years agocheck size of buffer in yy_scan_buffer
Vern Paxson [Tue, 6 Dec 1994 21:20:14 +0000 (21:20 +0000)]
check size of buffer in yy_scan_buffer

30 years agoadded %option main, fixed missing %*
Vern Paxson [Tue, 6 Dec 1994 21:08:18 +0000 (21:08 +0000)]
added %option main, fixed missing %*

30 years agoadded ccl exprs
Vern Paxson [Tue, 6 Dec 1994 21:08:10 +0000 (21:08 +0000)]
added ccl exprs

30 years agoadded ccl exprs, %option main
Vern Paxson [Tue, 6 Dec 1994 21:07:53 +0000 (21:07 +0000)]
added ccl exprs, %option main

30 years agoadded %options, ccl exprs
Vern Paxson [Tue, 6 Dec 1994 21:07:33 +0000 (21:07 +0000)]
added %options, ccl exprs

30 years agoundid previous change
Vern Paxson [Mon, 5 Dec 1994 21:18:17 +0000 (21:18 +0000)]
undid previous change

30 years agoMakefile.in from srcdir
Vern Paxson [Sun, 4 Dec 1994 15:30:58 +0000 (15:30 +0000)]
Makefile.in from srcdir

30 years agoadded skel.c to DISTFILES
Vern Paxson [Sun, 4 Dec 1994 09:14:57 +0000 (09:14 +0000)]
added skel.c to DISTFILES

30 years agoadded YYSTATE alias
Vern Paxson [Sun, 4 Dec 1994 08:56:35 +0000 (08:56 +0000)]
added YYSTATE alias

30 years agoNL is now \r?\n
Vern Paxson [Sun, 4 Dec 1994 08:28:23 +0000 (08:28 +0000)]
NL is now \r?\n