summaryrefslogtreecommitdiff
path: root/op.h
Commit message (Expand)AuthorAgeFilesLines
* Explicitly expect only 4 or 8 bytes of PTRSIZE.Jarkko Hietaniemi2001-10-281-3/+5
* Must store pointers with the right width.Jarkko Hietaniemi2001-10-271-1/+5
* vmsish fix, ieee rand() cleanupCharles Lane2001-10-191-1/+2
* Perhaps other OLD_POSIX_API systems might be happy and not only HP-UX 10.20Artur Bergman2001-10-121-1/+1
* Retract #12134; reintroduce #11949: PADOFFSETs are now UVsJarkko Hietaniemi2001-09-221-1/+1
* Switch PADOFFSET back to U32 both because of binary backwardJarkko Hietaniemi2001-09-101-1/+1
* Apply INT2PTR with force to silence warnings fromArtur Bergman2001-09-101-2/+2
* PADOFFSET is used to cast pointers into integers,Jarkko Hietaniemi2001-09-081-1/+1
* odd typo in op.hNicholas Clark2001-08-281-1/+1
* Custom OpsSimon Cozens2001-08-271-0/+1
* Fixed macros for localtime_r under USE_REENTRANT_API, also fixed for HP-UX 10.20Artur Bergman2001-08-171-4/+4
* *time_r againArthur Bergman2001-08-171-2/+16
* *time_r fixesArthur Bergman2001-08-161-2/+2
* Not quite so relicy as thought in #11651 (op/concat #4 and #5Jarkko Hietaniemi2001-08-121-0/+4
* More (less) regex/utf8 relics. (Toned down later in #11653.)Jarkko Hietaniemi2001-08-121-4/+0
* [patch] plug PL_regex_padav leaksDoug MacEachern2001-08-031-0/+4
* [patch] faster PM_GETREDoug MacEachern2001-07-121-1/+1
* Retract #11166 (and #11237).Jarkko Hietaniemi2001-07-121-1/+0
* Use reentrant API glibcArtur Bergman2001-07-121-0/+9
* Make the I32 an IV to preserve structure alignment and size.Jarkko Hietaniemi2001-07-111-1/+1
* Threadsafe PMOPs! We might still win this war.Artur Bergman2001-07-111-1/+10
* (Retracted by #11285.)Abhijit Menon-Sen2001-07-061-0/+1
* Retract #11055, didn't help much (2736 bytes vs 2725 bytes leaked).Jarkko Hietaniemi2001-07-021-1/+1
* v minor comment tweakRobin Houston2001-07-021-1/+1
* Attempt at plugging the leak under ithreads detected by Doug.Jarkko Hietaniemi2001-06-301-1/+1
* Re: [PATCH] Step 1 of moving regexps to the padArtur Bergman2001-06-211-2/+2
* Re: [PATCH] Step 1 of moving regexps to the padArtur Bergman2001-06-211-0/+3
* Integrate change #10412 from maintperl; locale is nowJarkko Hietaniemi2001-06-031-4/+0
* Sarathy's clear_pmop patch with Radu Greab's fix,Jarkko Hietaniemi2001-03-181-0/+19
* The #9145 CANNOT be enabled: the clear_pmop code stillJarkko Hietaniemi2001-03-141-19/+0
* reenable change#9145 (the test was busted due to a missingGurusamy Sarathy2001-03-141-0/+19
* Retract #9145.Jarkko Hietaniemi2001-03-141-19/+0
* (Retracted by #9150.)Jarkko Hietaniemi2001-03-141-0/+19
* Integrate change #9108 from maintperl to mainline.Jarkko Hietaniemi2001-03-121-6/+4
* Retract the PMOP cleanup patch: I'm seeing strange core dumpsJarkko Hietaniemi2001-03-061-19/+0
* Forgot the other half of the PMOP patch (#9033).Jarkko Hietaniemi2001-03-051-0/+19
* [PATCH @8436] Eliminate op_childrenStephen McCamant2001-01-151-3/+0
* Consolidated lvalue sub changesStephen McCamant2001-01-121-1/+3
* Continue blocks and B::DeparseStephen McCamant2001-01-041-3/+0
* Bump up Larry's copyright.Jarkko Hietaniemi2001-01-011-1/+1
* more UTF8 test suites and an UTF8 patchInaba Hiroto2000-12-301-0/+3
* Remove vestiges of tr//CU.Jarkko Hietaniemi2000-09-141-3/+1
* Do away with array context, from Daniel Chetlin <daniel@chetlin.com>Jarkko Hietaniemi2000-08-081-1/+1
* integrate cfgperl changes#6231..6240 into mainlineGurusamy Sarathy2000-07-111-1/+2
* support for C<use vmsish 'hushed'>; move VMSISH_EXIT out ofGurusamy Sarathy2000-03-191-0/+3
* support binmode(F,":crlf") and use open IN => ":raw", OUT => ":crlf"Gurusamy Sarathy2000-03-091-0/+6
* abstract code for C<use Foo 1.23 @ary;> into a Perl_load_module()Gurusamy Sarathy2000-03-081-0/+5
* add missing locks for op refcountsGurusamy Sarathy2000-03-081-0/+17
* support for list assignment to pseudohashes (from John TobeyGurusamy Sarathy2000-03-031-0/+1
* change#4849 wasn't restoring savestack correctly; make loops that haveGurusamy Sarathy2000-02-251-0/+3