summaryrefslogtreecommitdiff
path: root/util.c
Commit message (Expand)AuthorAgeFilesLines
* [win32] Add a tweaked version of:Tye McQueen1998-01-041-0/+6
* [win32] Various win32 fixesGurusamy Sarathy1998-01-041-2/+2
* Fix char*/unsigned char* clashes in util.c:fbm_instr and removeMalcolm Beattie1997-12-101-3/+7
* Minor fix/speedup to util.c:fbm_instr:Ilya Zakharevich1997-12-101-19/+44
* Builds and passes all tests with gcc on Win32 - phew!Nick Ing-Simmons1997-12-011-1/+13
* Create a struct for all perls globals (as an option)Nick Ing-Simmons1997-12-011-1/+7
* Integrate from ansi branch to mainline.Malcolm Beattie1997-11-251-2/+3
|\
| * ansiperl builds with Borland C++ againNick Ing-Simmons1997-11-221-2/+3
* | AIX patch (including Configure support for {sched,pthread}_yield,Jarkko Hietaniemi1997-11-251-8/+8
* | Rename perl_thread to perl_os_thread.Malcolm Beattie1997-11-251-2/+2
|/
* $_ is now per-thread (rather a lot of changes). Only tested underMalcolm Beattie1997-11-211-8/+7
* Jumbo regexp patch applied (with minor fix-up tweaks):Ilya Zakharevich1997-11-191-17/+50
* Initial (untested) integration of mainline changes.Gurusamy Sarathy1997-11-111-178/+77
|\
| * Fix up ansiperl integration. Back to passing all expected testsMalcolm Beattie1997-11-111-118/+1
| * Initial integration of ansi branch into mainline (untested).Malcolm Beattie1997-11-111-162/+185
| |\
| | * Get threads working again on Win32Nick Ing-Simmons1997-11-081-9/+31
| | * Merge changes as of 18:00 CSTNick Ing-Simmons1997-11-071-0/+6
| | |\
| | * | Reverse integrate Malcolm's chanes into localNick Ing-Simmons1997-11-071-2/+5
| | * | Raw integrate of latest perlNick Ing-Simmons1997-11-071-6/+101
| | |\ \
| | * | | Builds C++ Borland, MSVC++ (Win32) and GCC++ (Solaris)Nick Ing-Simmons1997-11-051-158/+13
| | * | | Integrate mainline @ 18:15 CST 31 Oct 1997Nick Ing-Simmons1997-11-011-0/+136
| | |\ \ \
| | * | | | Further ANSI changes now builds and passes (most) testsNick Ing-Simmons1997-10-311-25/+11
| | * | | | Convert miniperl sources to ANSI C. Several passes ofNick Ing-Simmons1997-10-311-115/+47
| * | | | | Fix up $@ (ERRSV now refers to GvSV(errgv) for non-threaded perl andMalcolm Beattie1997-11-111-0/+2
| | |_|_|/ | |/| | |
* | | | | Remove runlevel. It was used to count how many runops() callsGurusamy Sarathy1997-11-101-6/+3
* | | | | Win32 branch now contains all non-ansification changes in ansiperl branch.Gurusamy Sarathy1997-11-101-1/+1
* | | | | Initial (untested) merge of all non-ansi changes on ansiperl branchGurusamy Sarathy1997-11-101-9/+31
|/ / / /
* | | | Change pp_tie and pp_dbmopen to use perl_call_sv instead of aMalcolm Beattie1997-11-071-0/+6
| |_|/ |/| |
* | | Per-thread magicals now stored in their own thr->magicals and keyedMalcolm Beattie1997-11-061-79/+75
* | | Per-thread magicals mostly working (and localisable). Now gettingMalcolm Beattie1997-11-051-34/+1
| |/ |/|
* | Half way through moving per-thread magicals into per-thread fieldsMalcolm Beattie1997-10-311-0/+136
|/
* Merge maint-5.004 branch (5.004_04) with mainline.Malcolm Beattie1997-10-161-3/+3
|\
| * [inseparable changes from patch to perl 5.004_04]perl-5.004_04Perl 5 Porters1997-09-051-3/+3
* | Finish thread state machine: fixes global destruction of threads,Malcolm Beattie1997-10-151-18/+16
* | Merge maint-5.004 branch (5.004_03) with mainline.Malcolm Beattie1997-10-081-4/+9
|\ \ | |/
| * [inseperable differences up to perl 5.004_02]perl-5.004_02Tim Bunce1997-08-071-4/+2
| * Assorted OS/2 fixesIlya Zakharevich1997-08-071-4/+9
| * Additional patch for "Can't execute ..."Ilya Zakharevich1997-08-071-2/+4
* | Merge maint-5.004 branch (5.004_01) with mainline.Malcolm Beattie1997-09-301-31/+76
|\ \ | |/
| * [differences between cumulative patch application and perl5.004_01]perl-5.004_01Tim Bunce1997-06-111-31/+76
* | More fprintf -> PerlIO_printf changes.Malcolm Beattie1997-09-221-4/+4
* | Debugging output for lock handling.Malcolm Beattie1997-09-101-0/+4
* | Assorted changes for multi-threading (now works rather more).Malcolm Beattie1997-08-111-1/+8
* | Start support for fake threads.Malcolm Beattie1997-07-241-0/+78
* | More fixups for thrperl integration.Malcolm Beattie1997-06-051-0/+1
* | Fixups for thrperl integration.Malcolm Beattie1997-05-281-1/+0
* | Integrate thrperl 5.003->5.004.Malcolm Beattie1997-05-261-0/+57
|\ \ | |/ |/|
| * Added programmer-level condition variables via "condpair" magic.Malcolm Beattie1997-04-231-0/+37
| * Initial 3-way merge from (5.001m, thr1m, 5.003) plus fixups.Malcolm Beattie1997-03-281-0/+20
* | Fix NUL-termination bug in delimcpy()Chip Salzenberg1997-05-011-4/+3