summaryrefslogtreecommitdiff
path: root/doop.c
Commit message (Expand)AuthorAgeFilesLines
* fix vec() on magic valuesIan Phillipps1999-07-171-0/+1
* lexical warnings update (warning.t fails one testPaul Marquess1999-07-071-2/+2
* more complete support for implicit thread/interpreter pointer,Gurusamy Sarathy1999-06-091-20/+20
* initial stub implementation of implicit thread/thisGurusamy Sarathy1999-06-071-31/+19
* remove _() non-ansismGurusamy Sarathy1999-06-021-10/+10
* various little nitsGurusamy Sarathy1999-05-201-1/+1
* typo in change#3397Gurusamy Sarathy1999-05-121-2/+2
* chop/chomp modify readonly valuesJan Dubois1999-05-121-2/+6
* From: Dan Sugalski <sugalskd@osshe.edu>Gurusamy Sarathy1999-05-071-0/+2
* update copyright yearsGurusamy Sarathy1999-03-221-1/+1
* another threads reliability fix: serialize writes to thr->threadsvGurusamy Sarathy1998-11-291-1/+2
* s/sv_upgrade/SvUPGRADE/ a couple of placesGurusamy Sarathy1998-11-041-2/+1
* phase 1 of somewhat major rearrangement of PERL_OBJECT stuffGurusamy Sarathy1998-10-301-1/+1
* integrate changes#1982,2014,2021 (from maint-5.005)Gurusamy Sarathy1998-10-251-1/+1
* Program with utf8 identifiers fails to compileLarry Wall1998-10-231-3/+2
* bump patchlevel to 52; other little tweaks for threads, win32 buildsGurusamy Sarathy1998-09-251-0/+1
* tweaks to enable PERL_OBJECT to build & test on win32Gurusamy Sarathy1998-09-251-10/+23
* make \(%foo) return refs to values (not copies of values)Gurusamy Sarathy1998-09-231-3/+2
* tr/// logic was hosed under utf8Larry Wall1998-09-051-284/+575
* various tweaks: fix signed vs. unsigned problems that prevented C++Gurusamy Sarathy1998-08-101-6/+5
* Add dTHR so that it compiles miniperl in threaded modeNick Ing-Simmons1998-07-261-0/+1
* Here are the long-expected Unicode/UTF-8 modifications.Larry Wall1998-07-241-47/+313
* PL_ stuff for threadsNick Ing-Simmons1998-07-181-9/+9
* PL_ prefix to all perlvars, part1Nick Ing-Simmons1998-07-181-6/+6
* hv_max may be a few too manyGisle Aas1998-07-051-2/+1
* added patch, tweaked missed files, excised comment that doesn't reallyJoshua Pritikin1998-06-201-15/+12
* [win32] merge changes#906,907,909,910 from maintbranchGurusamy Sarathy1998-05-151-1/+5
* [win32] merge change#905 from maintbranch, minor fixes to getGurusamy Sarathy1998-05-151-1/+1
* [win32] merge change#904 from maintbranchGurusamy Sarathy1998-05-141-1/+1
* [win32] integrate mainlineGurusamy Sarathy1998-05-141-1/+1
* [win32] change all 'sp' to 'SP' in code and in the docs. ExplicitlyGurusamy Sarathy1998-03-071-1/+1
* [win32] still anotherInaba Hiroto1998-03-021-3/+6
* Stop tr/// from writing to target when only counting.Malcolm Beattie1997-12-111-2/+10
* Reverse integrate Malcolm's chanes into localNick Ing-Simmons1997-11-071-0/+2
* Builds C++ Borland, MSVC++ (Win32) and GCC++ (Solaris)Nick Ing-Simmons1997-11-051-3/+2
* Integrate mainline @ 18:15 CST 31 Oct 1997Nick Ing-Simmons1997-11-011-0/+2
|\
| * Half way through moving per-thread magicals into per-thread fieldsMalcolm Beattie1997-10-311-0/+2
* | Convert miniperl sources to ANSI C. Several passes ofNick Ing-Simmons1997-10-311-26/+8
|/
* Merge maint-5.004 branch (5.004_04) with mainline.Malcolm Beattie1997-10-161-0/+1
|\
| * [inseparable changes from patch to perl 5.004_04]perl-5.004_04Perl 5 Porters1997-09-051-0/+1
* | Integrate thrperl 5.003->5.004.Malcolm Beattie1997-05-261-0/+1
|\ \
| * | Initial 3-way merge from (5.001m, thr1m, 5.003) plus fixups.Malcolm Beattie1997-03-281-0/+1
* | | First stab at 5.003 -> 5.004 integration.Malcolm Beattie1997-05-251-226/+68
|\ \ \ | | |/ | |/|
| * | [inseparable changes from match from perl-5.003_97g to perl-5.003_97h]Perl 5 Porters1997-04-231-218/+16
| * | [inseperable changes from patch from perl-5.003_95 to perl-5.003_86]Perl 5 Porters1997-03-261-2/+3
| * | [inseparable changes from match from perl-5.003_93 to perl-5.003_94]Perl 5 Porters1997-03-091-2/+4
| * | [inseparable changes from match from perl-5.003_91 to perl-5.003_92]Perl 5 Porters1997-03-011-1/+1
| * | [inseparable changes from patch from perl5.003_27 to perl5.003_28]Perl 5 Porters1997-02-221-0/+3
| * | Support '%i' format and 'h' modifier in s?printfChip Salzenberg1997-02-111-30/+42
| * | Finish OP= warnings: none on ^=Chip Salzenberg1997-01-081-2/+2