- 29 May, 2014 1 commit
-
-
Jonathan Wakely authored
The tag is USE_PDFLATEX, not LATEX_PDFLATEX
-
- 26 May, 2014 4 commits
-
-
Dimitri van Heesch authored
make.bat: change current directory
-
Dimitri van Heesch authored
Removed not implemented HTML commands from documentation
-
albert-github authored
This concerns the BODY and MULTICOL tags.
-
Dimitri van Heesch authored
-
- 21 May, 2014 3 commits
-
-
jannick0 authored
added reset of var Dir_Old at the end.
-
jannick0 authored
amendment for switching between drives and flipping back to initial cur dir at end of make.bat
-
jannick0 authored
First thing after calling make.bat: switch current directory to folder make.bat resides in. Purpose: easy external call of make.bat. /J.
-
- 20 May, 2014 2 commits
-
-
Dimitri van Heesch authored
Bug 730418 - man page extension is incorrect
-
albert-github authored
Test in respect to handling extension was tone wit equal less than / greater than sign and should only be less than and greater than. Resulting in the fact that in case of a chosen extension starting with .0 or .9 an 3 was pre-pended.
-
- 18 May, 2014 1 commit
-
-
Dimitri van Heesch authored
-
- 15 May, 2014 1 commit
-
-
Dimitri van Heesch authored
-
- 07 May, 2014 4 commits
-
-
Dimitri van Heesch authored
Highlighting corrected for case statements without new line (regression)
-
Dimitri van Heesch authored
Coded coloring of flow statements corrected (regression)
-
Chris Hansen authored
-
albert-github authored
Which patch 8e8c9a1e (dd. May 6) the rule: <Start>{FLOW}/[,( \t\n].* has been changed into" <Start>{FLOW}/[,( \t\n] (analogous: <Start>{COMMANDS}/[,( \t\n]) To overcome the warning: fortrancode.l:744: warning, dangerous trailing context. The result is that the code coloring of (e.g.) the if statements in: subroutine test_on_if if (a == b) then c = d endif if(a == b) then c = d endif end subroutine was removed, due to the fact that the rule: <Start>{ID}{BS}/"(" was used instead of the flow coloring rule. This patch fixes the rules so the lines are colored again and there is no warning.
-
- 06 May, 2014 6 commits
-
-
Dimitri van Heesch authored
-
-
Dimitri van Heesch authored
-
Dimitri van Heesch authored
Add FORTRAN 2003 keywords and commands
-
Dimitri van Heesch authored
Add class/procedure vardefs to FORTRAN code highlighting
-
Dimitri van Heesch authored
Add import keyword to FORTRAN code highlighting
-
- 05 May, 2014 5 commits
-
-
Chris Hansen authored
-
Chris Hansen authored
-
Chris Hansen authored
-
Chris Hansen authored
-
Chris Hansen authored
-
- 03 May, 2014 6 commits
-
-
Dimitri van Heesch authored
-
Dimitri van Heesch authored
-
Dimitri van Heesch authored
-
Dimitri van Heesch authored
Missing word after \n command in Doxygen rtf output, version 1.8.5 & up
-
Dimitri van Heesch authored
Make index for faq
-
Dimitri van Heesch authored
-
- 02 May, 2014 1 commit
-
-
albert-github authored
After a \par command no space or new line was present resulting in the joining of the \par with the first word after the \n. Inserting an newline solves this problem
-
- 01 May, 2014 1 commit
-
-
albert-github authored
Currently the FAQs are in a numbered list, no index / overview. This patch places the FAQs in paragraphs resulting in a readable overview (in index or with a tableofcontents in HTML
-
- 27 Apr, 2014 1 commit
-
-
Dimitri van Heesch authored
-
- 26 Apr, 2014 2 commits
-
-
Dimitri van Heesch authored
Bug 728654 - configuration stops with settings.h missing
-
albert-github authored
This bug fix fixes, in a general way, a number of issues encountered on Solaris - configure - ! (exclamation mark) not recognized properly, but with mkdir -p no test is necessary - sed problem regarding removing last , (comma) in language list. Is automatically replaced in with a space when translating language names to upper case. - lang_cfg.py - corrected check on number of arguments
-
- 21 Apr, 2014 2 commits
-
-
Dimitri van Heesch authored
-
Dimitri van Heesch authored
-