Commit Graph

639 Commits

Author SHA1 Message Date
ac20738a04 Change header text on usage help 2019-05-19 15:10:11 +02:00
7690ea8565 Minor update of manual page 2019-04-05 21:45:35 +02:00
b6a2f5d82f Fix path references in description text of choco package 2019-04-05 15:46:48 +02:00
859b94be2a Remove readme files from choco package upon request of choco reviewer 2019-04-04 11:22:07 +02:00
38f311569c Add box design 'bear' 2019-03-31 13:29:08 +02:00
8d68f9adb0 Remove some compile warnings on current MinGW 2019-03-29 18:29:20 +01:00
3b767eab62 Add packageSourceUrl element to boxes.portable.nuspec 2019-03-29 12:55:24 +01:00
fe0feee199 Clean up .gitignore 2019-03-28 22:09:17 +01:00
77ee4908e3 Add chocolatey package spec 2019-03-28 22:09:10 +01:00
416ae729e8 Eliminate new compiler warning on Linux 2019-02-28 21:35:10 +01:00
ae96f13797 Apply -q to box creation 2019-02-28 21:29:34 +01:00
5fad2e4c34 Add issue template for bug reports 2019-02-26 09:55:24 +01:00
a0432f447e Bumped version number to 1.3.1-SNAPSHOT 2019-02-21 21:03:00 +01:00
6d663ccfb8 Increased version number to 1.3 for release v1.3 2019-02-21 18:50:44 +01:00
90f764c2db Allow smaller speech bubbles in 'unicornsay' box 2019-02-21 18:50:37 +01:00
22829896f8 Add git hash to version info 2019-02-20 22:33:31 +01:00
447d9815d8 Uncomment regexec() declaration in regexp.h to avoid compiler warning 2019-02-20 22:26:56 +01:00
f9193eb4b3 Replace CPP style comments with C style comments 2019-02-20 11:04:09 +01:00
cd134cbb2f Include stdlib.h in tools.c to avoid compiler warning 2019-02-19 22:16:11 +01:00
7932bd032e Add lexer %option noinput to avoid compiler warning 2019-02-19 22:15:19 +01:00
7da5fc91f4 Improve error message for invalid box size on osx #54 2019-02-19 22:02:23 +01:00
056a497cc8 Improve handling of partial lines
When boxes is fed text selected in a visual editor, this often means that
the final line of input text has no terminating newline (it's a "partial
line"). This caused an extra blank line to appear in the editor after
running boxes. #57
This commit changes the behavior of boxes so that a newline is only added
at the very end of the output, if there also was one at the very end of
the input.
2019-02-17 14:28:20 +01:00
6315c5ede5 Convert README.Win32.txt to markdown 2019-02-15 21:41:56 +01:00
cfebd37bb5 Remove boxes-1.2.lsm and versions.txt 2019-02-15 21:37:03 +01:00
2196f10a57 Remove rcsid tags from source files 2019-02-15 21:32:36 +01:00
7d98227583 Change source file header to plain GPLv2 headers 2019-02-15 21:24:31 +01:00
5a6df32738 Respect given outfile on box removal #55 2019-02-14 22:03:23 +01:00
022cdd17c8 Change website references to https 2019-02-14 21:41:11 +01:00
29bceca33b Add CONTRIBUTING.md 2019-02-13 12:20:46 +01:00
25b9e7ac58 Add undocumented option -q, use it for -l 2019-02-08 13:00:52 +01:00
b39076ea19 Add 'designer' keyword to vim syntax file 2018-10-05 12:43:51 +02:00
efbc51e022 Fix spelling error in manpage 2018-03-11 13:38:20 +01:00
b4ff5ded9f Update boxes-config with both f90 comments and box
The previous suggestion I made called `fortran` was for the box. However, older Fortran (i.e., FORTRAN 77) uses `c` as the comment character, not `!`. So, in case someone wants an `f77-box`, move the name to `f90-box`.

Also, a la the `ada-box` and `ada-cmt`, make a `f90-cmt` which does `!` commenting.
2018-02-13 17:31:47 +01:00
b9cb042e49 Update boxes-config with Fortran box
As a Fortran programmer, it's nice to have a box that uses the Fortran ! comment character
2018-02-09 10:41:25 +01:00
e631886c56 Fix some compiler warnings:
boxes.c:1024:31: warning: format ‘%d’ expects argument of type ‘int’,
but argument 3 has type ‘size_t {aka long unsigned int}’ [-Wformat=]

Signed-off-by: Stephen M. Cameron <stephenmcameron@gmail.com>
2017-10-22 14:00:45 +02:00
d981796d6d Fix broken Markdown headings 2017-04-19 14:46:59 +02:00
21981529d2 new designs added: "fence" and "important" 1,2,3 (#39) 2017-04-12 17:00:39 +01:00
5afc827c77 Bumped version number to 1.2.1-SNAPSHOT 2017-03-17 10:27:08 +01:00
4ca282b327 Increased version number to 1.2 for release v1.2 2017-03-17 10:24:58 +01:00
076253535b Bumped version number to 1.1.4-SNAPSHOT 2017-03-16 21:30:33 +01:00
7dc7c517f6 Increased version number to 1.1.3 for release 2017-03-16 21:26:38 +01:00
8aee647bf2 Streamline README.md 2017-03-15 21:57:25 +01:00
f6bae3493d Adapt 2 test cases for homebrew 64-bit #38 2017-03-14 21:47:53 +01:00
014843c3aa Remove -ansi from CFLAGS (patch by @fxcoudert in #38) 2017-03-14 13:26:38 +01:00
96686d03e7 Add missing header to parser.y (patch by @fxcoudert in #38) 2017-03-14 13:25:30 +01:00
d5795402d5 Close files and initialize variable as per cppcheck errors (#28) 2017-01-08 13:12:26 +01:00
4576f966af fixes a bug with strtol on mac 2017-01-06 14:22:58 +01:00
71e9f4f0af TeX/LaTeX comments and boxes 2016-12-01 22:41:15 +01:00
9ee0f3c792 minor update to .gitignore 2016-05-07 15:28:13 +02:00
735ddf75b2 Add bin/ and .jekyll-metadata to .gitignore 2016-02-07 20:41:38 +01:00