aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
|\|
| * xserver pixman mesa git update 19 jan 2011marha2011-01-1987-34126/+35018
| |
* | Also install xclock and xclock-colormarha2011-01-191-0/+4
| |
* | Solved unitialised problem added in previous commitmarha2011-01-191-0/+1
| |
* | Solved compile errormarha2011-01-191-0/+9
| |
* | Added config.hmarha2011-01-191-0/+5
| | | | | | | | | | Added ignores
* | Added .Xdefaults filemarha2011-01-192-0/+2
| |
* | Use .Xdefaults file in current dirmarha2011-01-191-1/+9
| |
* | Use .Xdefaults file in current directorymarha2011-01-191-0/+7
| |
* | Added makefiles for fontconfig libXft and libXrendermarha2011-01-1964-12/+15992
| | | | | | | | | | | | | | Added libxml2 include files and library Added iconf.h Enabled XRENDER in xclock
* | Reverted revision 1047marha2011-01-193-8/+0
| |
* | svn merge ^/branches/released .marha2011-01-19450-0/+98988
|\|
| * Added libXft-2.2.0 fontconfig-2.8.0 libXrender-0.9.6 marha2011-01-19450-0/+98988
| |
* | Added ignoresmarha2011-01-190-0/+0
| |
* | Also define F_OK in unistd.hmarha2011-01-192-1/+2
| |
* | Added pcfutil.c in buildmarha2011-01-193-0/+8
| |
* | Solved problem of app icon not being loadedmarha2011-01-182-1/+3
| |
* | Use other default bitmap dirmarha2011-01-181-1/+1
| |
* | Solved possible crash due to not initialised pointermarha2011-01-181-1/+1
| |
* | dllmain should not be included in static libmarha2011-01-182-3/+2
| |
* | usleep is not defined in windowsmarha2011-01-181-0/+3
| |
* | Do not include dllmain for static librarymarha2011-01-181-1/+1
| |
* | Added xclock application filesmarha2011-01-182-1/+6
| |
* | svn merge "^/branches/released" .marha2011-01-1879-0/+3031
|\| | | | | | | | | added XtErrorDB file
| * Added xbitmaps-1.1.1marha2011-01-1877-0/+2792
| |
* | Search for XtErrorDB in current directorymarha2011-01-181-1/+1
| |
* | Search for bitmaps in the current directory in stead of the HOME directory ↵marha2011-01-181-0/+4
| | | | | | | | on windows
* | On windows also use a path for the app user defaultsmarha2011-01-181-6/+10
| |
* | VS2008 is not actively supported anymoremarha2011-01-181-6/+9
| |
* | Do not delete content of junctions, only the junction itselfmarha2011-01-181-12/+62
| |
* | Use winUpdateFBPointer() in winshaddd.c rather than duplicating it inlinemarha2011-01-171-16/+1
| |
* | svn merge ^/branches/released .marha2011-01-1787-20940/+21837
|\|
| * mesa git update 17 jan 2011marha2011-01-174-18/+21
| |
| * cvs update pthreadsmarha2011-01-1783-20909/+21803
| |
* | Previous fix in glxext.c was to drastically. It could cause crashes.marha2011-01-172-3/+13
| |
* | svn merge ^/branches/released .marha2011-01-179-11454/+11496
|\|