Commit Graph

234 Commits

Author SHA1 Message Date
aystarik
d704c34e0d added lowercase_dirname flag to linux config struct
date	2000.08.02.21.23.00;	author agrover;	state Exp;
2005-06-29 20:45:58 +00:00
aystarik
d10f785127 date 2000.08.02.21.00.00; author rmoore1; state Exp; 2005-06-29 20:45:57 +00:00
aystarik
77fbea5114 date 2000.07.10.22.42.00; author rmoore1; state Exp; 2005-06-29 20:45:56 +00:00
aystarik
f079dea5bd Fix directory wildcard to work properly on Unix -- also still works on
windows.


date	2003.01.14.19.09.00;	author agrover;	state Exp;
2005-06-29 20:45:37 +00:00
aystarik
4a07cf1dff fix CnP error
date	2002.12.17.21.20.00;	author agrover;	state Exp;
2005-06-29 20:45:27 +00:00
aystarik
57ebb833e2 Fixed pathname overflow problem
date	2002.12.17.21.10.00;	author rmoore1;	state Exp;
2005-06-29 20:45:26 +00:00
aystarik
b24eb520dd date 2000.08.11.23.07.00; author agrover; state Exp; 2005-06-29 20:45:09 +00:00
aystarik
4e48f8ed20 Open mode fix
date	2000.06.20.15.53.00;	author rmoore1;	state Exp;
2005-06-29 20:45:04 +00:00
aystarik
180e606539 display long lines in verbose mode
date	2005.03.23.23.40.00;	author rmoore1;	state Exp;
2005-06-29 20:44:58 +00:00
aystarik
e5ae16a4d7 Fix for InsertCarriageReturn
date	2003.02.28.16.57.00;	author rmoore1;	state Exp;
2005-06-29 20:44:53 +00:00
aystarik
3303c35bb0 Check for end-of-line
date	2002.12.19.23.56.00;	author rmoore1;	state Exp;
2005-06-29 20:44:48 +00:00
aystarik
72c61dda99 Split out functions to 2 additional files
date	2002.12.17.17.55.00;	author rmoore1;	state Exp;
2005-06-29 20:44:43 +00:00
aystarik
38ddb77771 Update list of lower case identifiers for Linux
date	2002.12.13.22.10.00;	author rmoore1;	state Exp;
2005-06-29 20:44:42 +00:00
aystarik
461ddc13c9 Fix for quote
date	2002.10.22.21.33.00;	author rmoore1;	state Exp;
2005-06-29 20:44:38 +00:00
aystarik
773edb461d Removed PARSER_ONLY, renamed ENABLE_DEBUGGER to ACPI_DEBUGGER.
renamed ACPI_DEBUG to ACPI_DEBUG_OUTPUT


date	2002.07.26.21.45.00;	author rmoore1;	state Exp;
2005-06-29 20:44:37 +00:00
aystarik
91f2ab6b32 Handle escape sequences in format strings
date	2002.05.28.16.03.00;	author rmoore1;	state Exp;
2005-06-29 20:44:36 +00:00
aystarik
4d06244121 Gpe0Blk and Gpe1Blk were coming out as gpe0blk and gpe1_blk. Made 0
case like 1 case.


date	2002.03.08.02.06.00;	author agrover;	state Exp;
2005-06-29 20:44:34 +00:00
aystarik
28235710ad Pass through identifiers of the form _1X_
date	2001.10.10.15.18.00;	author rmoore1;	state Exp;
2005-06-29 20:44:31 +00:00
aystarik
d2230c1a48 Fix for end-of-buffer
date	2001.09.20.16.06.00;	author rmoore1;	state Exp;
2005-06-29 20:44:29 +00:00
aystarik
2e2c5c06da add ACPI_DEBUG_PRINT_RAW
date	2001.08.31.19.58.00;	author agrover;	state Exp;
2005-06-29 20:44:27 +00:00
aystarik
ab11183675 Match exact word for statement removal and conditional compile removal
date	2001.08.31.19.57.00;	author rmoore1;	state Exp;
2005-06-29 20:44:26 +00:00
aystarik
1847a5789a fixed isalpha -> isalnum
date	2001.08.31.19.56.00;	author rmoore1;	state Exp;
2005-06-29 20:44:25 +00:00
aystarik
c5661dcb08 Added "replace whole word" option to string replacement
date	2001.08.31.19.55.00;	author rmoore1;	state Exp;
2005-06-29 20:44:24 +00:00
aystarik
8a76bdd5d3 Better fix for escaped quotes!
date	2001.08.24.20.22.00;	author rmoore1;	state Exp;
2005-06-29 20:44:23 +00:00
aystarik
6d96601310 Handle escaped quotes within a quoted string
date	2001.08.24.14.31.00;	author rmoore1;	state Exp;
2005-06-29 20:44:22 +00:00
aystarik
b6eafca967 remove _t postfix from type names
date	2001.07.17.00.24.00;	author agrover;	state Exp;
2005-06-29 20:44:21 +00:00
aystarik
53c69463d4 change DEBUG_TRACK_ALLOCATIONS to DBG_TRACK_ALLOCATIONS. This prevents
the ACPI_DEBUG-removing code in asconvert from getting us.


date	2001.07.10.21.02.00;	author agrover;	state Exp;
2005-06-29 20:44:20 +00:00
aystarik
89a16eed8f Cleanup prior to label
date	2001.04.26.23.12.00;	author rmoore1;	state Exp;
2005-06-29 20:44:19 +00:00
aystarik
32c1adc803 More enhancements for the moveBracetoPreviousLine function
date	2001.02.28.22.02.00;	author rmoore1;	state Exp;
2005-06-29 20:44:16 +00:00
aystarik
e3d86b91ee All braces EXCEPT the "open function" brace now moved up to previous
line.  Some fixes to the TAB8 conversion support


date	2001.02.22.23.55.00;	author rmoore1;	state Exp;
2005-06-29 20:44:14 +00:00
aystarik
bbf6766df0 remove ifdefs before DEBUG_PRINTs
date	2001.02.09.01.42.00;	author agrover;	state Exp;
2005-06-29 20:44:13 +00:00
aystarik
f525a5fcff new define TRACK_ALLOCATIONS needs to be stripped from linux nodebug
builds


date	2001.01.22.18.33.00;	author agrover;	state Exp;
2005-06-29 20:44:12 +00:00
aystarik
c6c5ecec3f handle printf format fields properly
date	2000.08.11.23.45.00;	author agrover;	state Exp;
2005-06-29 20:44:07 +00:00
aystarik
af08666b90 date 2000.06.30.17.41.00; author rmoore1; state Exp; 2005-06-29 20:44:06 +00:00
aystarik
3ed4b91545 date 2000.06.28.22.53.00; author rmoore1; state Exp; 2005-06-29 20:44:05 +00:00
aystarik
089afe7928 Fix to lower case the leading character of identifiers that have had
underscores inserted.


date	2002.12.17.21.12.00;	author rmoore1;	state Exp;
2005-06-29 20:43:48 +00:00
aystarik
e66e8d7e3f date 2002.12.17.17.55.00; author rmoore1; state Exp; 2005-06-29 20:43:47 +00:00
aystarik
a8fcb565d9 Fix to allow conversion to Linux style code
date	2005.06.21.23.09.00;	author rmoore1;	state Exp;
2005-06-29 20:43:45 +00:00
aystarik
ba0d5de53b Partial implementation of "short comment" counter/remover
date	2005.04.21.22.41.00;	author rmoore1;	state Exp;
2005-06-29 20:43:44 +00:00
aystarik
d6b12c7358 fix permissions on directories we make
date	2003.10.01.23.26.00;	author agrover;	state Exp;
2005-06-29 20:43:39 +00:00
aystarik
a61d57dcc3 don't report unix contamination when Linuxizing
date	2003.09.17.22.47.00;	author agrover;	state Exp;
2005-06-29 20:43:38 +00:00
aystarik
6d62b453ee Local replacement of CR/LF pairs with LF only for portability
date	2003.01.10.22.12.00;	author rmoore1;	state Exp;
2005-06-29 20:43:35 +00:00
aystarik
366c88fb8a fixed a comment
date	2003.01.10.00.18.00;	author rmoore1;	state Exp;
2005-06-29 20:43:34 +00:00
aystarik
17b6747619 Update to directory interfaces. Cleanup
date	2003.01.10.00.07.00;	author rmoore1;	state Exp;
2005-06-29 20:43:33 +00:00
aystarik
caf4d7bea7 cleanups needed for clean compilation on non Win32 platforms
date	2003.01.09.00.37.00;	author agrover;	state Exp;
2005-06-29 20:43:32 +00:00
aystarik
93f1f31e95 Moved directory access to OS-specific layer
date	2003.01.08.20.46.00;	author rmoore1;	state Exp;
2005-06-29 20:43:31 +00:00
aystarik
a9d37f9c71 date 2003.01.07.21.59.00; author rmoore1; state Exp; 2005-06-29 20:43:30 +00:00
aystarik
ef96c8a5b6 Added capability to remove union and struct typedefs
date	2003.01.07.00.09.00;	author rmoore1;	state Exp;
2005-06-29 20:43:29 +00:00
aystarik
0bdb767107 small automated cleanup
date	2002.12.19.23.47.00;	author rmoore1;	state Exp;
2005-06-29 20:43:28 +00:00
aystarik
4c3d6f4dc3 Migrate memmoves to utility procedures
date	2002.12.19.23.43.00;	author rmoore1;	state Exp;
2005-06-29 20:43:27 +00:00