2020-07-04 21:54:38 by Frederic Cambus | Files touched by this commit (2) |  |
Log message:
ansilove: update to 4.1.2.
AnsiLove/C 4.1.2 (2020-07-04)
- Define _GNU_SOURCE in CMakeLists.txt to avoid cluttering source files
- No need to set HAVE_SECCOMP to 1, defining it is enough
- Remove some unneeded seccomp related includes
- Validate architectures for seccomp
- Add seccomp support on i386, tested on glibc and musl
- Remove extraneous underscore in #if defined check
- Use __NR_ instead of SYS_ prefix in #if defined checks
|
2020-05-25 19:10:21 by Frederic Cambus | Files touched by this commit (2) |  |
Log message:
ansilove: update to 4.1.1.
ChangeLog:
AnsiLove/C 4.1.1 (2020-05-25)
- Various documentation tweaks and improvements
- Define timespecsub macro in compat.h if it doesn't exists
- Use CLOCK_REALTIME if CLOCK_MONOTONIC is not available
- Display processing time on exit
- Fix includes and add forward declarations in various source files
|
2020-03-30 12:53:56 by Frederic Cambus | Files touched by this commit (1) |
Log message:
ansilove: add GITHUB_RELEASE directive and enable test suite.
|
2020-02-17 15:44:54 by Frederic Cambus | Files touched by this commit (2) |  |
Log message:
ansilove: update to 4.1.0.
ChangeLog:
AnsiLove/C 4.1.0 (2020-02-17)
- Add a new '-t' flag (type), allowing to specify input file type and
override file type detection
- Various documentation tweaks and improvements
|
2020-01-20 00:10:30 by Frederic Cambus | Files touched by this commit (2) |  |
Log message:
ansilove: update to 4.0.7.
ChangeLog:
AnsiLove/C 4.0.7 (2020-01-18)
- Use OpenBSD style(9) for function prototypes and declarations
- Replace EXIT_SUCCESS by zero in all SAUCE functions
- Do not use typedef for the sauce struct
- Set icecolors to true if defined in SAUCE record ANSiFlags
- Add test cases for most supported formats, missing an IDF file for now
- Sync the description of Retina output capabilities with reality
|
2019-12-12 11:04:53 by Frederic Cambus | Files touched by this commit (2) |  |
Log message:
ansilove: update to 4.0.6.
ChangeLog:
AnsiLove/C 4.0.6 (2019-12-10)
- Remove extraneous sauceReadFileName() call, read from existing SAUCE record
- Use strdup() when assigning fileName and fext fallback values
- Call memset() to set all record struct fields to zero
- Free SAUCE record and comments once and for all when exiting the program
|
2019-11-19 15:24:54 by Frederic Cambus | Files touched by this commit (2) |  |
Log message:
ansilove: update to 4.0.5.
ChangeLog:
AnsiLove/C 4.0.5 (2019-11-19)
- Add ENABLE_SECCOMP build option, to allow building seccomp support
conditionally
- Disable seccomp by default, it needs more testing on non !amd64 platforms
- Use ${CMAKE_INSTALL_BINDIR} instead of hardcoding 'bin'
|
2019-10-29 10:41:06 by Frederic Cambus | Files touched by this commit (2) |  |
Log message:
ansilove: update to 4.0.4.
ChangeLog:
AnsiLove/C 4.0.4 (2019-10-28)
- Add initial seccomp support to Ansilove
- Move pledge and seccomp initialization before ansilove_init()
- Move conditional includes for 'pledge' and 'strtonum' in compat.h
|
2019-08-16 21:29:10 by Frederic Cambus | Files touched by this commit (2) |
Log message:
ansilove: Update to 4.0.3.
ChangeLog:
AnsiLove/C 4.0.3 (2019-08-16)
- Use errx() for displaying error messages
- Print information messages on stdout
- Introduce a version() function to display version information
- Add a -q flag (quiet) to allow silencing output messages
OK kamil@
|
2019-08-14 15:27:10 by Frederic Cambus | Files touched by this commit (2) |
Log message:
ansilove: Update to 4.0.2.
ChangeLog:
AnsiLove/C 4.0.2 (2019-08-13)
- Remove most examples from the repository, they continue to live on the
website
- Move the remaining examples in per author directories, and add LICENSE
files for these artworks, courtesy of their authors
OK kamil@
|