Commit Graph

265 Commits

Author SHA1 Message Date
f1c48450b2 updated version number to 1.1 2006-07-23 13:52:01 +00:00
9970223399 Added boxes.h management
Added rcslocks target
Updated some of the administrative paths (not relevant for builders)
2006-07-22 19:51:08 +00:00
4fa9432b21 Added tab expansion description
Updated some of the formatting
Reviewed for accuracy
2006-07-22 19:49:13 +00:00
c37a33617f Applied patch by Christoph Dreyer to support unexpansion of leading tabs
Added ability to retain leading tabs in their original positions
Mending a box with -m now implies -k false
2006-07-22 19:40:40 +00:00
b83ec23f56 Fix: Renamed yylineno to tjlineno to enable compilation on certain
flexes (reported by Andreas Heiduk)
2006-07-22 19:30:55 +00:00
3089111594 Changed expand_tabs_into() so that it records the original tab positions in a line
Added tabbify_indent() to restore original leading tabs after box processing
2006-07-22 19:27:15 +00:00
0803e5ca0a Applied patch by Christoph Dreyer to support unexpansion of leading tabs
Added ability to retain existing tabs
2006-07-22 19:19:26 +00:00
0a06325655 Fix: Renamed yylineno to tjlineno to enable compilation on certain
flexes (reported by Andreas Heiduk)
Added tabexp to opt_t
Added tabpos and tabpos_len to line_t for advanced tab handling
2006-07-22 19:15:52 +00:00
6f11b40d19 Changed expand_tabs_into() signature in order to support advanced tab handling
Added tabbify_indent()
2006-07-22 19:11:07 +00:00
c925545c13 The file boxes.h is now managed by the top level Makefile only
Added rcslocks target to check lock status
Small usability enhancements
2006-07-22 19:07:21 +00:00
03685e42c1 Small usability enhancements 2006-07-22 19:04:30 +00:00
148ebfb4c3 Several small changes which may help clear some warnings on Debian 2006-07-22 19:02:24 +00:00
3d99016b51 Added extern declaration of strncpy() to myregsub(), hoping this will clear some warnings on Debian 2006-07-22 19:01:10 +00:00
c59b487685 Modernized some wording
Added complex tab description
Augmented the -m description
2006-07-20 21:39:57 +00:00
38a62dec74 Added target rcslocks 2006-07-12 21:28:38 +00:00
4883cf3e7d Updated web and email addresses for boxes
Added design c-cmt3 by AlpT
Added design boxquote by Christian Molls
Added design cc by Bas van Gils
Added design stone by Fredrik Steen
Added design lisp-cmt by Vijay Lakshminarayanan
Added design ccel by Elmar Loos
Added design underline by Elmar Loos
2006-07-12 21:05:59 +00:00
d909c67a69 Merged with newly discovered newest version 2006-07-12 17:30:40 +00:00
40646e874a Added a missing tab character 2006-07-12 06:43:00 +00:00
7b038ed688 New version by Jason Shiffer 2006-07-12 06:32:35 +00:00
5ac8980157 Initial revision 2006-07-12 06:23:59 +00:00
8512b51846 Updated email and web addresses for boxes
Added info about new -m option
Changed the description for -s option
2006-07-12 06:18:05 +00:00
a3857a1cba Updated email address in comment header 2006-07-12 05:54:30 +00:00
f8df42aa6a Updated email and web addresses in comment header etc.
Applied patch by Elmar Loos that adds -m option for mending a box
Changed a few more things to make the box mending patch work in
connection with all the other boxes options
2006-07-12 05:49:50 +00:00
9eaecc9b3e Updated email and web addresses in comment header
Added new member 'mend' to opt_t (for option -m, mend box)
2006-07-12 05:44:12 +00:00
b37c06c874 Updated email and web addresses in comment header 2006-07-12 05:41:52 +00:00
21594c1f50 Updated email and web addresses in comment header
Added trim_only flag to output_input() function, used for box mending
2006-07-12 05:28:58 +00:00
3f8bdab8f2 Updated email and web addresses in comment header 2006-07-12 05:25:27 +00:00
40a1bb3487 Updated world wide web link in comment header 2006-07-12 05:20:26 +00:00
5e8e47db3a Updated email and web addresses 2006-07-08 08:58:08 +00:00
eee616475f Added reminder of compilation faq
Changed BVERSION to 1.0.2
2006-07-08 08:56:38 +00:00
74288d1d4a Removed -traditional flag from CFLAGS definition
Updated email and web addresses
2006-07-08 08:47:58 +00:00
dab5f12459 Applied patch by Andreas Heiduk to facilitate compilation with
present-day flexes
2006-07-07 07:24:17 +00:00
ba0364b2ec Added code to add snapshot info to version number for snapshots. This
affects the author only.
2000-04-01 18:29:17 +00:00
9eed60977d Added cld member to command line option struct (-c option) 2000-04-01 18:28:18 +00:00
07d7260497 Added -c option (simple comment definition) 2000-04-01 18:27:17 +00:00
8b9dd0225c Added documentation of -c option 2000-04-01 18:26:57 +00:00
06eac718d2 Minor change to make boxes compile on DEC/OSF, too (S_ISDIR) 2000-03-21 14:26:31 +00:00
d128d0e414 Incremented version number to 1.0.1
Renamed snapshot file name to boxes-SNAP-latest
Added README.Win32.txt to snapshot generation commands
2000-03-17 23:52:29 +00:00
55d74f3c38 Added Makefile.Win32 and misc/* to snap generation commands 2000-03-17 23:51:43 +00:00
4d48f2c8ef Port to Win32 platform based on patches by Ron Aaron
Changes only affect Win32 version. Win32 behavior differs from the UNIX
platforms in the way the config file is searched and the config file
name (boxes.cfg).
2000-03-17 23:44:26 +00:00
980a056d33 Added vim autocommand to set syntax highlighting to C 2000-03-17 23:43:13 +00:00
c4d7d16c8c Added hint to online docs to top of file
Added javadoc design by Ted Berg
Added ada-cmt and ada-box designs by Neil Bird
Changed string delimiter of diamonds design back to quotes
2000-03-17 23:39:34 +00:00
555f640f56 Moved config.h into ORIG_HDRCL group, so it appears in the change log Web
page
1999-11-08 10:55:13 +00:00
85d76ebb6a Bugfix: For non-empty left box sides, spaces belonging to "empty" shape
lines were not properly removed in some cases
1999-11-08 10:51:41 +00:00
3f2f687128 Bugfix: Horizontal box parts were not correctly detected if the west box
side was empty (reported: Tobias Buchal)
Bugfix: boxes could hang in detect_horiz() due to goeast/west confusion
1999-11-07 17:46:26 +00:00
532bd941b3 Eliminated use of PATH_MAX in order to ease porting
Restructured infile/outfile code to eliminate need for access() function
and improve readability
Added file type check before reading config file. boxes used to generate
a weird error message if the config file is a directory
1999-09-10 19:21:05 +00:00
c4f5a6a04c Renamed current snapshot archive file to boxes-SNAP-latest.tar.gz
Added "milestones": Draw horizontal ruler at particular times (v1 out etc.)
1999-09-10 17:33:32 +00:00
a5119027eb Added concat_strings() function prototype from Joe Zbiciak's patches 1999-08-31 15:38:42 +00:00
fc2a00f0dc Applied Joe Zbiciak's patches to remove all snprintf()s and variants
Replaced snprintf() calls with calls to concat_strings() in the process
1999-08-31 15:37:01 +00:00
b84e9ed503 Applied Joe Zbiciak's patches to remove all snprintf()s and variants
Added concat_strings() function and changed yyerror() in the process
1999-08-31 15:35:13 +00:00