-
Astie Teddy
committed
[ef3594]
Added experimental libfasteval as a optional libmatheval alternative
-
Astie Teddy
committed
[b6f775]
Various matheval improvements
-
GitHub
committed
[19f32e]
Fixed pBat_FullPathDup()
-
GitHub
committed
[7adb5c]
Fixed bug with UNC paths
-
GitHub
committed
[39add3]
Add support of UNC paths to CD
-
GitHub
committed
[72db96]
Fixed a typo in pBat_Exec.c
-
Romain GARBI
committed
[3184dd]
Fixed a compiling issue on Linux due to PBAT_RUNFILE_LOCK()
-
Romain GARBI
committed
[2adfbf]
Added procedures support via DEF (ex. ALIAS) cmds
-
Romain GARBI
committed
[f4fbf8]
Fixed deadlock in pBat_ExecuteFile() and streams
-
Romain GARBI
committed
[bbf41c]
Fix to buffering and file input
-
Romain GARBI
committed
[ee63a4]
Replaced windows Mutexes by CRITICAL_SECTIONS
-
Romain GARBI
committed
[55835c]
Added locks to pBat_RunFile() functions, fixed inheritance issues
-
Romain GARBI
committed
[6eb2d9]
Fixed the buffering mode of stdin _IOLBF (aka line buffering)
-
Romain GARBI
committed
[13a126]
Fixed a bug with pBat_SplitPath()
-
Romain GARBI
committed
[7c93d0]
Fixes to Picobat manual pages:
-
Romain GARBI
committed
[d23680]
Added the support of shebang at start of batch scripts :
-
Romain GARBI
committed
[9ccdd0]
Fixed the definition of $(AR) variable in config.mk:
-
Romain GARBI
committed
[8b0e14]
Optimized pBat_GetLocalVar()wq
-
Romain GARBI
committed
[ae019b]
Fixed typo in manual page header
-
Romain GARBI
committed
[e42975]
Changed the stylesheet for the manual pages
-
GitHub
committed
[a36792]
Fixed inclusion of libdl in build.yml
-
TSnake41
committed
[decb81]
Fix some config issues.
-
Romain GARBI
committed
[3166d3]
fixes to makefile
-
Romain GARBI
committed
[3655ff]
Fixed call to pBat_DelayedExpand() in pBbat_Run.c
-
Romain GARBI
committed
[a55727]
Fix to microgettext makefile
-
Romain GARBI
committed
[b7261e]
Added the Readme page to manual pages provided for en_US
-
Romain GARBI
committed
[082ece]
Changed the intro message and the default page
-
Romain GARBI
committed
[85ed7b]
Modified makefile to produce zip using the 'dist' target
-
Romain GARBI
committed
[b7209a]
Create build.yml
-
Romain GARBI
committed
[10c505]
Fix to stream systems for input
-
Romain GARBI
committed
[bd9ccc]
Fixed mentions of pBat.org which should be picobat.org instead
-
Romain GARBI
committed
[7eef0f]
Added an icon to the executable on windows.
-
Romain GARBI
committed
[641c08]
Fixes to the delayed expansion system.
-
Romain GARBI
committed
[175c69]
Fixed the use of fflush on input stream that caused skipping inputs on
-
Romain GARBI
committed
[eecd7d]
Fixes to broken paths due to case on *nixes
-
Romain GARBI
committed
[9f121a]
Fixes to the SET /p command that expanded variables
-
Romain GARBI
committed
[a20d96]
Fixes to special md characters
-
Romain GARBI
committed
[fc7947]
Fix readme
-
Romain GARBI
committed
[621b8b]
Switched to picobat
-
Romain GARBI
committed
[f061c6]
Great renaming of Dos9 into Picobat
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Romain GARBI
committed
[1ec9a7]
Added manual for the new SET command
-
Romain GARBI
committed
[0cd111]
Fixes to the new SET, manual added for LOCALE command
-
Romain GARBI
committed
[1bfcd6]
Modifications to the SET command
-
Romain GARBI
committed
[c650cd]
Merge branch 'dev' of ssh://git.code.sf.net/p/dos9/code into dev
-
TSnake41
committed
[04f375]
Merge branch 'w10_ansi' into dev
-
Romain GARBI
committed
[a7b8dd]
Numerous changes and bugfixes
-
Romain GARBI
committed
[819c2b]
Added tab to default FOR/F loop token delimiters
-
Romain GARBI
committed
[40f3a1]
Replaced the use of libiconv for libcu8 by win_iconv
-
Romain GARBI
committed
[b77a03]
Fixed problem with pipes on linux
-
Romain GARBI
committed
[cbd904]
Fixes to interactive MORE command