aboutsummaryrefslogtreecommitdiff
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/released'marha2014-04-232-3/+3
|\
| * Synchrnoised plink with svn version of puttymarha2014-04-232-3/+3
| |
* | plink: Added missing files in makefilesmarha2014-04-231-1/+2
| |
* | Merge remote-tracking branch 'origin/released'marha2014-04-152-0/+278
|\|
| * Added plink noterm.c winhsock.cmarha2014-04-152-0/+278
| |
* | Merge remote-tracking branch 'origin/released'marha2014-04-151-0/+102
|\|
| * Added plink/winnpc.cmarha2014-04-151-0/+102
| |
* | Merge remote-tracking branch 'origin/released'marha2014-04-151-0/+248
|\|
| * Added plink/winnps.cmarha2014-04-151-0/+248
| |
* | Merge remote-tracking branch 'origin/released'marha2014-04-142-0/+291
|\|
| * Added pmink errsock.c winshare.cmarha2014-04-142-0/+291
| |
* | Merge remote-tracking branch 'origin/released'marha2014-04-143-0/+2392
|\|
| * Added plink callback.c sshshare.c winsecur.cmarha2014-04-143-0/+2392
| |
* | Merge remote-tracking branch 'origin/released'marha2014-04-141-0/+63
|\|
| * Added plink/winsecur.hmarha2014-04-141-0/+63
| |
* | Merge remote-tracking branch 'origin/released'marha2014-04-1447-39384/+41768
|\| | | | | | | | | | | | | | | Conflicts: tools/plink/misc.h tools/plink/ssh.c tools/plink/sshbn.c tools/plink/winplink.c
| * plink: updated to revision 10170 of puttymarha2014-04-1447-39329/+41713
| |
* | Merge remote-tracking branch 'origin/released'marha2014-01-201-1363/+0
|\| | | | | | | | | | | | | | | | | | | | | | | | | * origin/released: ligXext mesa git update 20 Jan 2014 fontconfig mesa git update 19 Jan 2013 Conflicts: mesalib/src/loader/Android.mk mesalib/src/loader/Makefile.am mesalib/src/loader/SConscript mesalib/src/loader/loader.c tools/mhmake/config.guess
* | Solved compile problems due to latest mergemarha2013-12-221-0/+1
| |
* | Now use visual studio 2013 express edition for compilationmarha2013-11-121-1/+7
| |
* | 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
| |