summaryrefslogtreecommitdiff
path: root/frontends
Commit message (Expand)AuthorAgeFilesLines
* Make extension-replacement a utility function in file.c (as it will need toPeter Johnson2001-12-021-11/+4
* Fix a few LCLint errors.Peter Johnson2001-12-021-2/+4
* Replace extension on output format rather than just always appending.Peter Johnson2001-12-021-2/+7
* Use stdout as the default output file if stdin is the input.Peter Johnson2001-12-021-2/+7
* Do intl more correctly. nointl/libintl.h is unnecessary; it can be detectedPeter Johnson2001-12-021-6/+8
* (Mostly) Clean up floatnum internal allocations.Peter Johnson2001-12-011-0/+3
* Massive cleanup of debugging output (via _print() functions). All now takePeter Johnson2001-11-211-9/+89
* - Greatly enhance capabilities of directives (they're actually parsed now).Peter Johnson2001-11-191-2/+16
* Clean up to pass lclint.Peter Johnson2001-11-163-47/+61
* Split x86-specific stuff away from bytecode.Peter Johnson2001-11-051-1/+6
* Add coretype.h, make util.h do a lot more, use util.h to simplify includePeter Johnson2001-11-032-38/+4
* Plug memory leaks, and enhance finding later ones with *_delete functions.Peter Johnson2001-10-291-1/+9
* Get rid of all the extra filename strdup()'s. (Bug #14).Peter Johnson2001-10-291-5/+3
* Add option for malloc debugging using dmalloc library (http://dmalloc.com/).Peter Johnson2001-10-291-0/+4
* Add parser finalization check for undefined symbols.Peter Johnson2001-10-151-0/+1
* Add first version of post-parsing bytecode finalization. Lots of work stillPeter Johnson2001-10-151-0/+5
* Fix LOTS of little nits. Primary changes:Peter Johnson2001-10-111-1/+8
* Output "real" version and package names (from config.h).Peter Johnson2001-10-111-2/+2
* malloc->xmalloc, strdup->xstrdup, and calloc->xcalloc. The x* family performsPeter Johnson2001-10-031-2/+2
* Add some (optional through configure) additional warning flags. Add optionsPeter Johnson2001-10-032-12/+11
* Added command line parsingStanislav Karchebny2001-09-283-10/+363
* Initialize BitVector framework.Peter Johnson2001-09-271-0/+16
* Change error/warning framework to store a list of errors and warnings insteadPeter Johnson2001-09-241-0/+4
* Get initial bits setting from object format. Change the initial section namePeter Johnson2001-09-231-0/+3
* Build section linked list, and support the section directive, includingPeter Johnson2001-09-191-1/+1
* Add unit test framework using Check (http://check.sourceforge.net/).Peter Johnson2001-09-181-4/+2
* $Id$ -> $IdPath$.Peter Johnson2001-09-171-2/+2
* Use queue.h macros in section.h, and reference bytecode using bytecodehead.Peter Johnson2001-09-161-3/+3
* Rename outfmt to objfmt and related files and directories. "objfmt" is morePeter Johnson2001-09-151-4/+4
* Add RCSID().Peter Johnson2001-08-191-1/+3
* Standardize order of include statements as well as autoconf'ing those sourcePeter Johnson2001-08-191-4/+9
* Use STAILQ's for datavals and bytecodes.Peter Johnson2001-08-191-1/+6
* Run through GNU indent using indent profile. Manually fix some changesPeter Johnson2001-08-191-6/+5
* New modular directory structure: parsers, preprocs, and outfmts.Peter Johnson2001-08-191-12/+11
* Add global filename variable and handling for a filename passed on thePeter Johnson2001-08-181-2/+22
* Formatting changes and starting to comment more heavily.Peter Johnson2001-07-111-2/+3
* Fix syntax of main() definition.Peter Johnson2001-05-211-3/+4
* yyerror() moved to errwarn.c. Changed file comment to reflect that errorPeter Johnson2001-05-201-6/+2
* Initial check-in.Peter Johnson2001-05-151-0/+41