aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Solved compile time warningmarha2011-01-311-1/+1
|
* Solved problem of using an unitialised variable.marha2011-01-311-1/+1
|
* Solved wrong type for g_iClipboardWindow extern variablemarha2011-01-311-1/+1
|
* Solved problem of wrong type for extern variablemarha2011-01-311-1/+1
|
* svn merge ^/branches/released .marha2011-01-2922-12525/+12613
|\
| * libXext libfontenc libXau libX11 libXinerama mesa libXdmcp git update 28 jan ↵marha2011-01-2922-12525/+12613
| | | | | | | | 2011
* | Removed unused functionsmarha2011-01-283-62/+0
| |
* | Enabled ROOTLESS option in dix (currenlty not really used)marha2011-01-2818-237/+594
|\|
| * Added windowswmproto-1.0.4marha2011-01-283-0/+365
| |
* | Solved compilation errorsmarha2011-01-281-0/+6
| |
* | Solved compilation errorsmarha2011-01-282-5/+8
| |
* | svn merge ^/branches/released .marha2011-01-2812-38792/+38828
|\|
| * libfontenc libXau libxcb mesalib git update 28 jan 2011marha2011-01-2810-37916/+37948
| |
* | 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
| |
* | svn merge ^/branches/released .marha2011-01-2726-21469/+21719
|\|
| * pixman and mesalib git update 27 jan 2011marha2011-01-2726-21460/+21710
| |
* | svn merge ^/branches/released .marha2011-01-268-6617/+6615
|\|
| * pixman mesalib git update 26 jan 2011marha2011-01-268-6617/+6615
| |
* | Define _GLAPI_NO_EXPORTS in glx makefile to solve compilation problem due to ↵marha2011-01-262-2/+2
| | | | | | | | latest change in glapi.h
* | Synchronised filesmarha2011-01-261-5/+0
| |
* | svn merge ^/branches/released .marha2011-01-2624-44292/+45589
|\|
| * mesa xkeyboard-config git update 26 jan 2011marha2011-01-2624-44292/+45589
| |
* | svn merge ^/branches/released .marha2011-01-255-456/+470
|\|
| * mesalib pixman git update 25/1/2011marha2011-01-255-456/+470
| |
* | svn merge ^/branches/released .marha2011-01-2511-12206/+12300
|\|
| * mesa git update 25 jan 2011marha2011-01-2511-12206/+12300
| |
* | Xlaunch: Wgl setting was not saved in configuration.marha2011-01-241-1/+3
| |
* | svn merge ^/branches/released .marha2011-01-247-9451/+9465
|\|
| * mesa git update 24 jan 2011marha2011-01-247-9451/+9465
| |
* | svn merge ^/branches/released .marha2011-01-23133-796/+1566
|\|
| * Updated to openssl-1.0.0cmarha2011-01-23134-797/+1565
| |
* | Solved problem when quotes and pipe characters on the command line in vistamarha2011-01-232-32/+32
|\|
| * mesalib git update 23/1/2011marha2011-01-238-37/+63
| |
* | svn merge ^/branches/released .marha2011-01-238-37/+63
| |
* | svn merge ^/branches/released .marha2011-01-2219-8601/+8687
|\|
| * mesalib git update 22/1/2011marha2011-01-2219-8597/+8683
| |
* | resize was not working when window was maximised.marha2011-01-211-4/+12
| | | | | | | | | | change some error messages to debug messages
* | svn merge ^/branches/released .marha2011-01-2184-48894/+64663
|\|
| * xserver mesa xkbcomp libxcb git update 21 jan 2011marha2011-01-2183-49130/+64875
| |
* | Removed py2exemarha2011-01-203-279/+1
| |
* | svn merge ^/branches/released .marha2011-01-203-3989/+3986
|\|
| * libX11 and pixman git update 20 jan 2011marha2011-01-203-3989/+3986
| |
* | Solved problems in makefile (seen when running mhmake_dbg)marha2011-01-196-10/+34
| |
* | 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)
* | svn merge ^/branches/released .marha2011-01-1987-34174/+35066
|\|