- Aug 08, 2017
-
-
Jim Klimov authored
-
- Jul 25, 2017
-
-
Luca Boccassi authored
Solution: regenerate to fix paragraphs headers
-
- Jan 01, 2017
-
-
Luca Boccassi authored
Solution: regenerate it
-
- May 10, 2016
-
-
Johannes Frittum authored
Fix Issue #122: Add short description gsl and gsl acronym to README.txt and regenerate README.md using gitdown.
-
- Mar 25, 2016
-
-
Osiris authored
Solution: edited README.txt to add .terminator example and regenerated README.md using this step: ``` $ gitdown README.txt ```
-
- Mar 18, 2016
-
-
Gran Ville Lintao authored
Solution: Regenerate it
-
Gran Ville Lintao authored
Solution: Fix by adding newline
-
Gran Ville Lintao authored
Solution: Fix with semicolon
-
Gran Ville Lintao authored
Solution: Add support for Cygwin
-
- Jan 28, 2016
-
-
Aaron Sokoloski authored
Solution: Regenerate using new gitdown, which makes a cleaner TOC
-
Aaron Sokoloski authored
...and not obvious that it is even generated Solution: regenerate README.md, as gitdown now adds a line saying that the document was generated by gitdown
-
- Dec 22, 2015
-
-
Aaron Sokoloski authored
-
- Dec 07, 2015
-
-
Alexander Rössler authored
-
- Nov 20, 2015
-
-
Patrik Wenger authored
-
Patrik Wenger authored
-
Patrik Wenger authored
-
Patrik Wenger authored
-
- Nov 18, 2015
-
-
Patrik Wenger authored
It's either ugly if written as $(...) (note that `...` can't be used as it will show $ literally, not replace it with a dollar-sign), or it causes gitdown to issue errors if written as `$(...)`. Solution: use <tt>$(...)</tt> trick Apparently, this still replaces the HTML escape sequence with the dollar-sign, but is still "invisible" to gitdown, so it won't issue any errors about undefined variables.
-
Patrik Wenger authored
-
Patrik Wenger authored
-
Patrik Wenger authored
-
- Jul 27, 2015
-
-
evoskuil authored
-
- Apr 18, 2015
-
-
Dominique Crétel authored
-
- Mar 28, 2015
-
-
evoskuil authored
-
- Mar 18, 2015
-
-
evoskuil authored
-
- Nov 29, 2014
-
-
Eric Voskuil authored
-
- Nov 17, 2014
-
-
Eric Voskuil authored
-
Eric Voskuil authored
-
Eric Voskuil authored
-
Eric Voskuil authored
-
Eric Voskuil authored
-
Eric Voskuil authored
-
- Jul 01, 2014
-
-
Doron Somech authored
Documentation got camelCase wrong (was CamelCase). PascalCase actually exist in code but not in documentation.
-
- Jun 09, 2014
-
-
evoskuil authored
-
- Apr 10, 2014
-
-
Pieter Hintjens authored
- to modify escape char from \ - to modify substitute sequence from $( - only affects scripts loaded after this is changed - use -escape:x and/or -substitute:xx from command line - see testesc.gsl Added 'code' and 'headers' targets into Makefile - lets us regenerate all GXL code - lets us rebuild the gsl.h file, since we don't use Boom any more
-
- Mar 19, 2014
-
-
Pieter Hintjens authored
-
Pieter Hintjens authored
-
- Apr 27, 2013
-
-
Pieter Hintjens authored
-
- Feb 10, 2013
-
-
Gyepi Sam authored
Updated directory.open to read all directory contents at start rather than during iteration in order to avoid any file problems during iteration such as unreadable files or dangling symlinks, etc. See https://github.com/imatix/gsl/issue/12
-
- Feb 08, 2013
-
-
Gyepi Sam authored
-