summaryrefslogtreecommitdiff
path: root/pp.c
Commit message (Expand)AuthorAgeFilesLines
* more complete pseudo-fork() support for WindowsGurusamy Sarathy1999-12-011-1/+1
* Integrate with Sarathy.Jarkko Hietaniemi1999-11-131-1/+6
|\
| * cloned interpreters now actually run and pass all but 55/10386Gurusamy Sarathy1999-11-131-1/+6
* | Turn on largefileness always if available andJarkko Hietaniemi1999-11-111-5/+5
|/
* avoid stash pointers in optree under USE_ITHREADSGurusamy Sarathy1999-11-111-2/+2
* another change towards a shareable optree: avoid pointer to filegvGurusamy Sarathy1999-11-111-1/+1
* Remove quad logic from perl.h; regen Configure;Jarkko Hietaniemi1999-10-291-6/+6
* Integrate with Sarathy; manual resolve on regcomp.c conflictsJarkko Hietaniemi1999-10-271-2/+8
|\
| * Avoid creating GV with NULL name when vivifying nameless scalars.Nick Ing-Simmons1999-10-241-2/+8
* | More printf-fixes (see also #4426).Jarkko Hietaniemi1999-10-231-4/+4
|/
* allow any unpack specifier to take a count via '/'Gurusamy Sarathy1999-10-121-5/+8
* more pack/unpack documentation (from Ilya Zakharevich); changedGurusamy Sarathy1999-10-111-2/+8
* revert SAVEDESTRUCTOR() to accepting void(*)(void*) for sourceGurusamy Sarathy1999-10-101-1/+1
* make die/warn and other diagnostics go to wherever STDERR happensGurusamy Sarathy1999-10-061-2/+2
* fix buggy popping of subroutine contexts in the lvalueGurusamy Sarathy1999-09-261-17/+18
* change "#" to a comment starter in pack templates; "/" nowIlya Zakharevich1999-09-231-6/+16
* avoid clearing @_ at all for faster subroutine calls; fix bugsGurusamy Sarathy1999-09-191-0/+6
* Replace change #4100 withRobin Barker1999-09-131-2/+2
* integrate cfgperl contents into mainlineGurusamy Sarathy1999-09-081-28/+87
|\
| * Fix pointer casts.Robin Barker1999-09-071-2/+2
| * Integrate with Sarathy.Jarkko Hietaniemi1999-09-061-0/+2
| |\
| * | Time is not yet ripe.Jarkko Hietaniemi1999-09-051-26/+85
* | | fix memory leak in C<sub f { split ' ', "a b" } f() while 1>Gurusamy Sarathy1999-09-081-0/+1
| |/ |/|
* | initial implementation of lvalue subroutines (slightly fixedGurusamy Sarathy1999-09-051-0/+2
|/
* Enable 64-bit clean bit ops.Jarkko Hietaniemi1999-09-041-85/+26
* For some odd reason #4056 didn't undo #3922 completely.Jarkko Hietaniemi1999-08-311-8/+1
* Removed duplicated code (in pp.c and mg.c) by introducingJarkko Hietaniemi1999-08-191-63/+13
* Unapply an experimental patch that accidentally escapedJarkko Hietaniemi1999-08-111-38/+61
* Patches needed to get _60 building withDan Sugalski1999-08-101-61/+38
* Integrate with Nick.Jarkko Hietaniemi1999-08-091-1/+15
|\
| * native int pack/unpack fixes (from Spider BoardmanGurusamy Sarathy1999-08-021-1/+15
* | Protect against pack/unpack repeat count overflows,Nathan Torkington1999-08-061-2/+8
* | split /^/ deprecation warning should not be on by default.Jarkko Hietaniemi1999-08-051-1/+1
* | Warning fix to change #3922.Paul Marquess1999-08-051-2/+3
* | Deprecate /^/ implictly meaning /^/m.Ilya Zakharevich1999-08-051-1/+7
|/
* Repent and make overly large integerishJarkko Hietaniemi1999-07-291-10/+10
* Integer constants (0x, 0[0-7], 0b) now overflow fatally,Jarkko Hietaniemi1999-07-271-8/+8
* (Version 2) Extending unpack to deal with counted stringsIan Phillipps1999-07-261-3/+24
* avoid useless use of target for pp_each(); also fixes bugs due toGurusamy Sarathy1999-07-231-4/+5
* more PERL_OBJECT cleanups (changes still untested on Unix!)Gurusamy Sarathy1999-07-081-1/+1
* fixes for logical bugs in the lexwarn patch; other tweaks to avoidGurusamy Sarathy1999-07-081-3/+4
* lexical warnings update (warning.t fails one testPaul Marquess1999-07-071-2/+3
* fix int vs STRLEN issueGurusamy Sarathy1999-07-061-4/+4
* applied slightly tweaked version of suggested patch forIlya Zakharevich1999-07-061-10/+16
* slightly tweaked version of suggested patchDan Sugalski1999-07-061-39/+39
* integrate cfgperl contents into mainlineGurusamy Sarathy1999-07-061-118/+125
|\
| * pp_lc/pp_lcfirst/pp_quotemeta/pp_uc/pp_ucfirst were not calling mg_set().Jan Starzynski1999-07-041-124/+125
|/
* Fixed two long-standing locale bugs.Jarkko Hietaniemi1999-06-171-8/+2
* more complete support for implicit thread/interpreter pointer,Gurusamy Sarathy1999-06-091-70/+70
* initial stub implementation of implicit thread/thisGurusamy Sarathy1999-06-071-20/+14