Commit Graph

499 Commits

Author SHA1 Message Date
Thomas Jensen
4ea419b6be Bumped version number to 1.1.2-SNAPSHOT 2014-10-08 00:08:56 +02:00
Thomas Jensen
001eaeeb57 Consolidated separated Makefiles for Unix and Win32 into one 2014-10-07 23:57:44 +02:00
Thomas Jensen
ef5a5a97ab Added 1 test case on tab expansion 2014-10-01 23:17:06 +02:00
Thomas Jensen
7df06c8f45 Added 10 test cases for tab handling 2014-09-30 23:22:53 +02:00
Thomas Jensen
26fd6fbce7 Added some test cases for size option 2014-09-28 22:37:16 +02:00
Thomas Jensen
b8f0f6fc2c Added some test cases for size option 2014-09-28 22:34:26 +02:00
Thomas Jensen
3a50173447 Added several test cases about alignment 2014-09-27 23:14:34 +02:00
Thomas Jensen
897952de06 Added several test cases about alignment 2014-09-27 23:08:43 +02:00
Thomas Jensen
9016ab58e0 Added Eclipse control files 2014-09-26 22:19:23 +02:00
Thomas Jensen
727d38eb9c Updated Travis CI link
new test 004_missing_option_argument
2014-09-24 15:09:38 +02:00
Thomas Jensen
724890bb72 Added low-tech test mechanism 2014-09-24 09:51:28 +02:00
Thomas Jensen
6acd7f4839 Converted README to markdown for github 2014-09-24 00:18:34 +02:00
Thomas Jensen
f7d1156e24 .travis.yml fiddling 2014-09-18 23:09:03 +02:00
Thomas Jensen
d0a21a7ed6 Added .travis.yml 2014-09-18 23:02:46 +02:00
Thomas Jensen
d23948ab65 Removed some files which are only relevant for historical release branches 2014-09-04 23:09:23 +02:00
Thomas Jensen
a5562360fd Updated licensing references (license itself is unchanged!) 2014-08-27 23:12:57 +02:00
Thomas Jensen
29908e25b8 Merge remote-tracking branch 'origin/master' 2014-08-27 22:57:19 +02:00
Thomas Jensen
acae7fd6bf Initial commit 2014-08-27 22:49:22 +02:00
Thomas Jensen
322cda84cf Added .gitignore 2014-08-27 22:45:34 +02:00
Thomas Jensen
2dccdbcc0d Moved boxes sources from RCS to git 2014-08-27 22:41:48 +02:00
Thomas Jensen
7074fe8648 Added milestone for version 1.1.1 2012-10-19 18:44:25 +00:00
Thomas Jensen
f068cbac40 Incremented version number to 1.1.1
Include boxes.1.in in the changelog
2012-10-19 16:46:32 +00:00
Thomas Jensen
a490cfd451 Include files in non-src subfolders in the list of files at the end of the created document 2012-10-19 16:42:10 +00:00
Thomas Jensen
ff43cafe6e Improved standards conformity of the 'html' box design following a suggestion by Denilson F. de Sa 2012-10-19 15:33:21 +00:00
Thomas Jensen
db44ab197f Applied patch by Salvatore Bonaccorso: Spelling fix for boxes.1 manpage
Incremented version number to 1.1.1
2012-10-19 15:05:17 +00:00
Thomas Jensen
a448046479 Applied patch by Salvatore Bonaccorso: Fix hyphen used as minus sign lintian warning 2012-10-19 14:56:00 +00:00
Thomas Jensen
6d8a7217fc new box design "ian_jones" by Karl E. Jorgensen 2012-10-19 14:10:36 +00:00
Thomas Jensen
92a5770124 Added support for --help and -? options, which do the same as -h
(This feature was requested by Raphael Wimmer).
2006-08-28 15:53:46 +00:00
Thomas Jensen
d6b08f40b4 Changed the latest snap creation target to adjust to VM build environment 2006-08-04 20:44:00 +00:00
Thomas Jensen
6cecdea454 Added milestone for version 1.1
Changed footer include to reflect new filename
Added time zone handling to rlog calls, which gives us local checkin times
2006-07-23 18:01:01 +00:00
Thomas Jensen
7099502654 Updated version number to 1.1
Changed default value of GLOBALCONF to comply with current Linux standards
2006-07-23 16:50:09 +00:00
Thomas Jensen
b80e352569 Undo of previous version
Added include string.h and stdlib.h, removed all manual extern declarations
2006-07-23 16:28:13 +00:00
Thomas Jensen
4274b625b2 Undo of previous version
Added include string.h and removed manual extern declarations for strncpy()
2006-07-23 16:15:55 +00:00
Thomas Jensen
cff897f7d6 Removed unsigned modifier from a pointer declaration in order to clear a warning
which appeared on some Linuxes (reported by Andreas Heiduk)
2006-07-23 16:11:39 +00:00
Thomas Jensen
f1c48450b2 updated version number to 1.1 2006-07-23 13:52:01 +00:00
Thomas Jensen
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
Thomas Jensen
4fa9432b21 Added tab expansion description
Updated some of the formatting
Reviewed for accuracy
2006-07-22 19:49:13 +00:00
Thomas Jensen
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
Thomas Jensen
b83ec23f56 Fix: Renamed yylineno to tjlineno to enable compilation on certain
flexes (reported by Andreas Heiduk)
2006-07-22 19:30:55 +00:00
Thomas Jensen
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
Thomas Jensen
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
Thomas Jensen
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
Thomas Jensen
6f11b40d19 Changed expand_tabs_into() signature in order to support advanced tab handling
Added tabbify_indent()
2006-07-22 19:11:07 +00:00
Thomas Jensen
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
Thomas Jensen
03685e42c1 Small usability enhancements 2006-07-22 19:04:30 +00:00
Thomas Jensen
148ebfb4c3 Several small changes which may help clear some warnings on Debian 2006-07-22 19:02:24 +00:00
Thomas Jensen
3d99016b51 Added extern declaration of strncpy() to myregsub(), hoping this will clear some warnings on Debian 2006-07-22 19:01:10 +00:00
Thomas Jensen
c59b487685 Modernized some wording
Added complex tab description
Augmented the -m description
2006-07-20 21:39:57 +00:00
Thomas Jensen
38a62dec74 Added target rcslocks 2006-07-12 21:28:38 +00:00
Thomas Jensen
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