aboutsummaryrefslogtreecommitdiff
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* Solved compile warnings (runtime errors?)1.14.3marha2013-09-201-3/+3
|
* Some minor modificationsmarha2013-09-129-98/+147
| | | | | | Ignore pipe symbols when in dependency list Solved some linking problems in linux Solved problem calling svn info when using svn version from cygwin
* mhmake: solved file date checking on 64-bit windowsmarha2013-01-317-12/+50
|
* When writing to stderr flush immediatelymarha2012-12-041-0/+1
|
* Solved runtime errors in debug versionmarha2012-12-041-4/+4
|
* Now the software can be compiled from inside a cygwin terminalmarha2012-11-209-0/+0
|
* Allow specifying a key file in putty format when starting a remote programmarha2012-11-091-1/+1
| | | | | Now plink is a real console application in the release build (no -console option anymore)
* Updated build instructionsmarha2012-09-031-152/+0
|
* zlib is now compiled as a dllmarha2012-06-2515-114/+142
|
* Solved some type cast problems when running in debugmarha2012-05-031-4/+4
|
* Made creation of temp files interprocess safe in windowsmarha2012-03-127-37/+83
| | | | | | | Fixes for 64-bit compilation Implemented realpath function Improved auodep scanning Solved a problem in dependency scanning
* Added conf.c to makefilemarha2012-01-241-1/+1
|
* Merge remote-tracking branch 'origin/released'marha2012-01-241-0/+612
|\
| * Forgotten in previous commitmarha2012-01-241-0/+612
| |
* | Merge remote-tracking branch 'origin/released'marha2012-01-2440-2049/+4067
|\| | | | | | | | | Conflicts: tools/plink/sshbn.c
| * Update to putty 9388marha2012-01-2440-2048/+4066
| |
* | Make sure that the mhmakecoonf env variable has the correct casemarha2011-10-272-3/+3
| |
* | Made mhmake case sensitive for filenamesmarha2011-10-272-5/+1
| |
* | Solved possible crashmarha2011-10-062-7/+2
| |
* | linux: make sure that newly created directories get the same permissions asmarha2011-08-013-3/+9
| | | | | | | | the parent directory.
* | Solved problem if last character not echoed in echo command.marha2011-04-294-11/+22
| | | | | | | | | | | | Solved linux warning Added option to disable checking of start directory.
* | Added safety agains mhmakeconf value ending in backspacemarha2011-03-083-31/+30
| |
* | Solved debug compilationmarha2011-03-073-15/+17
| |
* | Implement eval sort warning functions (see gnu make manual for description)marha2011-03-0411-386/+584
| | | | | | | | | | | | | | | | | | | | Solved errors in if and foreach implementations Removed message and reparse function (use info and eval instead) $n can be used to add new line define can be used to specify multi-line macros Solved error in argument expansion in call function
* | svn merge ^/branches/released .marha2011-03-022-0/+1766
|\|
* | Solved problem of auto dependency scan not happening in case a rule exists ↵marha2011-02-032-3/+3
| | | | | | | | (and not only for implicit rule)
* | Solved problem of autodeps not checked when target does not exist and should ↵marha2011-02-022-2/+2
| | | | | | | | build with implicit rule
* | Solved compile errormarha2011-02-022-2/+2
| |
* | Solved problem of doing an mkdir on an existing dirmarha2011-02-022-1/+2
| |
* | Print error message when mkdir function fails1.9.3.1marha2011-02-021-0/+3
| |
* | Solved problem when running python commands and spaces in pathsmarha2011-02-022-10/+6
| |
* | svn merge ^/branches/released .marha2011-01-2711-7/+351
|\|
| * Added missing file winnojmp.cmarha2011-01-271-0/+8
| |
| * plink: updated to putty revision 9080marha2011-01-279-6/+342
| |
* | Implemented mkdir as an internal commandmarha2011-01-277-21/+67
| |
* | Print error message when svn command prints an error messagemarha2011-01-271-18/+36
| |
* | Solved problem when quotes and pipe characters on the command line in vistamarha2011-01-232-32/+32
|\|
* | Removed py2exemarha2011-01-203-279/+1
| |
* | Updated version infomarha2011-01-191-1/+1
| |
* | Use bison instead of bison++marha2011-01-1945-11459/+6360
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The += operator should also take the environment variables into account Solved problem when & in redirect operator on command line Solved syntax error when SPACE was follewed by SPACE Removed kdevelop3 project files Enable debug info in debug build on linux Added support for foreach function Fixed dependency problem for implicit rules with extra dependencies Increased gnu make compatibility: allow implicit rules without commands Solved wrong error message when it cannot build a target in mhmake_dbg On windows: when checking the extension of a command: make sure a / does not cause a wrong decision Added safety against recursive implicit rules. Fixed wrong check on failure to open makefiles. Make sure no message is printed when -include is used flex and bison generated files: make sure the #line statements have the correct line numbers for the debugger after having added one line in the beginning of the file after running the flex/bison. Make sure that the variable defined just before an error or message/info macro is defined when the message is generated. mhmake_dbg: print error message when a target cannot be build because the directory of the target does not exist (and no rule is defined for it) Reformatted message/info macro output Also print makefile and line number when using error and message macro Solved crash in mhmake_dbg when -C is specified on the command line Solved problem in macro expansion when 2 patsubst inside each other addprefix should not give an error when done on an empty string Use comspec when echo is followed by a pipe character (piping is not supported by the echo internal command of mhmake) Solved possible stack curruption (there was little chance that this was occuring)
* | Do not delete content of junctions, only the junction itselfmarha2011-01-181-12/+62
| |
* | svn merge ^/branches/released .marha2010-11-1986-0/+39451
|\|
| * Added tool bison++-1.21.11marha2010-11-1986-0/+40032
| |
* | svn merge ^/branches/released .marha2010-11-1926-639/+1935
|\|
| * Added missing files from plink -r 9025marha2010-11-194-0/+633
| |
| * Updated to revision 9025 of puttymarha2010-11-1921-638/+1298
| |
| * Switched to original version of plink in release branch.marha2010-11-192-65/+0
| |
| * Reintegrate tools from trunkmarha2010-11-19109-21979/+39325
| |
| * Merged tools from trunk into released. This is to keep track of the original ↵marha2010-11-1944-0/+21979
| | | | | | | | versions of tools
| * Remove tools again. Should have done it with svn merge --reintegratemarha2010-11-1964-39260/+0
| |