xmake.git
13 days ago Robert PengellyAllocate extra argument master
13 days ago Robert PengellyPossible bug fix
13 days ago Robert PengellyUse data
13 days ago Robert PengellyRemove unneeded else
13 days ago Robert PengellyBug fix
13 days ago Robert PengellyBug fix
13 days ago Robert PengellyBug fixes
2025-10-15 Robert PengellyAdded lastword
2025-10-15 Robert PengellyNew commands and bug fixes
2025-09-18 Robert PengellyUpdate PATH
2025-09-17 Robert PengellyWindows fixes
2025-09-17 Robert PengellyAdded %.x support
2025-09-17 Robert PengellyImplemented subst
2025-09-15 Robert PengellyUpdated README.md
2025-09-15 Robert PengellyMoved source files into command
2025-09-15 Robert PengellyAdded Makefile.bsd as make doesn't like ifeq/else/endif
2025-09-15 Robert PengellyIf running ls without any arguments default to ls ...
2025-09-15 Robert PengellyChanged to execvp and output cleanup
2025-04-05 Robert PengellyRemove unneeded define checks
2025-04-05 Robert PengellyMore bug fixes and added -k to keep going on other...
2025-04-05 Robert PengellyBug fixes and added envronment overrides
2025-03-29 Robert PengellyDefine empty os_name in else conditional
2025-03-26 Robert PengellyFix DOS support
2025-03-26 Robert PengellyUnix bux fixes
2025-03-25 Robert PengellyWIN32 bux fixes
2025-03-25 Robert PengellyDon't forget to pass program_name
2025-03-25 Robert PengellyAdded checks and remove shell/pipe implementations
2025-03-25 Robert PengellyBug fixes
2025-03-25 Robert PengellyAlso, check for __MSDOS__
2025-03-25 Robert PengellyHopefully now they'll be right
2025-03-25 Robert PengellyAnother commit to try fix whatever git has done to...
2025-03-24 Robert PengellyImplemented OS specific implementations for func_shell...
2025-03-24 Robert PengellyImplemented OS specific implementations for func_shell...
2025-03-24 Robert PengellyChanged func_shell to use PLATFORM specific calls for...
2025-03-24 Robert PengellyMore support
2025-03-24 Robert PengellyPrint program name, filename and line number at the...
2025-03-24 Robert PengellyAdded $(shell xxx) support
2025-03-23 Robert PengellyAdded $(error xxx) support
2025-03-23 Robert PengellyAdd source filename and line number to errors
2025-03-23 Robert PengellyMake ifeq(arg,arg) fail to match GNUMake
2025-03-23 Robert PengellyTypo fixed
2025-03-23 Robert PengellyBug fixes
2025-03-23 Robert PengellyBug fixes
2025-03-23 Robert PengellyMore BSD compatibility and bug fixes
2025-03-23 Robert PengellyMore BSD compatibility
2025-03-23 Robert PengellyAlso support .CURDIR for BSD make compatibility
2025-03-23 Robert PengellyAdded conditional support
2025-03-22 Robert PengellySwitch command checks around
2024-06-03 Robert PengellyNew server