VirtualBox

source: kBuild/trunk/src/kash

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @2657   12 years bird haiku fix
(edit) @2654   12 years bird eval.c/evalcommand: tiny optimization wrt name=value handling.
(edit) @2653   12 years bird kash: fixed shfile_opendir on windows, and thereby argument expansion.
(edit) @2652   12 years bird kash: Fixes for hash-bang-scripts on windows. Related debug tracing …
(edit) @2651   12 years bird hash/error.c: no va_copy on windows yet, sigh.
(edit) @2650   12 years bird kash/shfile.c: Fixed console inherit proble on windows. Fixed CWD …
(edit) @2649   12 years bird kash: detect shell invokations via /usr/bin/env in hash bang.
(edit) @2648   12 years bird Made TRACE2 and TRACE2V safe. Fixed DEBUG bug where va_copy was …
(edit) @2647   12 years bird shfile.c: Fixed bug in shfile_movefd that caused sever file descriptor …
(edit) @2642   12 years bird kash: Correct hash bang self to match kmk_ash, kmk_sh, kash and sh. …
(edit) @2641   12 years bird Forgot to remove debug fprintfs.
(edit) @2639   12 years bird EWOULDBLOCK is defined as 140 in VS2010.
(edit) @2638   12 years bird indent fix.
(edit) @2637   12 years bird kash: Simplified that 'Path' hack on Windows.
(edit) @2631   12 years bird oops.
(edit) @2630   12 years bird drop some tracing.
(edit) @2629   12 years bird kash/parser.c: Fixed incorrect handling of \r\n -> \n conversion when …
(edit) @2628   12 years bird kash/parser.c: Fixed incorrect handling of \r\n -> \n conversion when …
(edit) @2593   13 years bird kash: win.x86 build fix
(edit) @2553   13 years bird shut up annoying assertion.
(edit) @2552   13 years bird Path fix on windows.
(edit) @2546   13 years bird Applied modified patches for Haiku support from Mike Smith.
(edit) @2498   13 years bird kash: OS/2 build fixes.
(edit) @2457   13 years bird kash: --version should print the svn revision.
(edit) @2438   13 years bird build fix
(edit) @2427   14 years bird build fix
(edit) @2425   14 years bird kash: oops
(edit) @2424   14 years bird kash: Some S-bahn optimizations.
(edit) @2423   14 years bird kash: made the SHFILE_IN_USE mode work on unix (because openbsd has a …
(edit) @2417   14 years bird opendir fix.
(edit) @2416   14 years bird kash: implemented opendir/readdir/closedir for windows (NT). Fixed …
(edit) @2415   14 years bird kash: trimmed down the arith stuff, making it not drag in libc bits.
(edit) @2413   14 years bird copyright year update.
(edit) @2394   15 years bird kash: Worked around a VirtualAllocEx problem in the fork code.
(edit) @2393   15 years bird kash: prompt.
(edit) @2392   15 years bird kash: Fixed signal mappings on windows.
(edit) @2391   15 years bird kash: warnings.
(edit) @2390   15 years bird kash: windows build fix.
(edit) @2387   15 years bird kash: another one.
(edit) @2386   15 years bird eval.c: fixed bit rot bug.
(edit) @2385   15 years bird kash: drop debug fprintf
(edit) @2384   15 years bird ash: don't bitch about negative return values. (makes vcslite work)
(edit) @2382   15 years bird kash: made it build on mac os x again.
(edit) @2377   15 years bird kash: another missing STARTF_USESTDHANDLES.
(edit) @2376   15 years bird kash: Fixed some file handle inheritance issues on windows. piping to …
(edit) @2362   15 years bird kash: copy & past bug.
(edit) @2315   16 years bird kash: start using it on windows.
(edit) @2314   16 years bird kash: 32-bit windows build fixes.
(edit) @2313   16 years bird kash: Don't use the 20h spill area.
(edit) @2312   16 years bird kash: eliminating warnings (gcc/darwin).
(edit) @2311   16 years bird kash: darwin build fixes.
(edit) @2310   16 years bird kash: Deal with crlf in the script.
(edit) @2309   16 years bird kash: some more file stuff.
(edit) @2308   16 years bird kash: Fixed wrong assumption in sh_free.
(edit) @2307   16 years bird kash: More file inheritance stuff.
(edit) @2306   16 years bird kash: better CRLF hack for backtick.
(edit) @2305   16 years bird tests/redirect-3: oops.
(edit) @2304   16 years bird kash: CRLF hacking, tests run cleanly on windows now!
(edit) @2303   16 years bird kash: new execve implementation for windows. more file ops.
(edit) @2302   16 years bird kash: Merged the SH_STUB_MODE and SH_FORKED_MODE stuff and use the …
(edit) @2301   16 years bird kash: Removed the SH_PURE_STUB_MODE code.
(edit) @2300   16 years bird kash: execve fix (windows)
(edit) @2299   16 years bird kash: Disable the security cookies as they cannot easily be made to …
(edit) @2298   16 years bird kash: no return indicators that works for both gcc and msc (not …
(edit) @2297   16 years bird kash: removed the stdio based logging.
(edit) @2296   16 years bird kash: avoid file steams in the trace code.
(edit) @2295   16 years bird kash: realloc fix.
(edit) @2294   16 years bird kash: more fixes + pipe.
(edit) @2293   16 years bird kash: forking on windows (almost there).
(edit) @2292   16 years bird kash: forking on widnows.
(edit) @2291   16 years bird hash: cooked our own heap on windows (for forking).
(edit) @2290   16 years bird kash: malloc/free/friends gets a psh.
(edit) @2289   16 years bird kash: implementing shfile on top of the win32 api instead of msvcrt.
(edit) @2288   16 years bird kash: more windows hacking.
(edit) @2287   16 years bird kash: windows build fixes.
(edit) @2286   16 years bird kash: more hacking.
(edit) @2285   16 years bird kash/tests: more tests.
(edit) @2284   16 years bird kash/tests: more tests.
(edit) @2282   16 years bird kash: hacked signal delivery, some trap+kill tests.
(edit) @2281   16 years bird kash/show.c: move the trace file out of the way.
(edit) @2280   16 years bird kash/show.c: move the trace file out of the way.
(edit) @2279   16 years bird NetBSD regression tests. Harvested 2009-02-24 03:50.
(edit) @2243   16 years bird *: Updated copyright to 2009 and normalized name & email.
(edit) @2019   16 years bird GPLv2 -> GPLv3. See Ticket #44 for clarifications. Fixes #44.
(edit) @1785   16 years bird kash: fixed signals. trace all wrapped system calls.
(edit) @1784   16 years bird kash: hacking.
(edit) @1665   16 years bird Converted to a sub-makefile setup ('single' makefile).
(edit) @1604   17 years bird DragonFly BSD config. Kudos to Francis G.
(edit) @1509   17 years bird Environment / global variable renaming. Copyright header/year update.
(edit) @1286   17 years bird KBUILD_OS_* -> K_OS from k/kDefs.h. Use k/kTypes.h too.
(edit) @1241   17 years bird disable trace.
(edit) @1240   17 years bird shfile_cloexec. signal types.
(edit) @1239   17 years bird new init code.
(edit) @1238   17 years bird init psh->optlist.
(edit) @1237   17 years bird logging.
(edit) @1236   17 years bird Deal with basic bash prompting.
(edit) @1235   17 years bird proper header.
(edit) @1234   17 years bird the win dir is gone.
(edit) @1233   17 years bird keywords.
(edit) @1232   17 years bird kmk_ash -> kask.
Note: See TracRevisionLog for help on using the revision log.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette