summaryrefslogtreecommitdiff
path: root/sv.c
Commit message (Expand)AuthorAgeFilesLines
* add a synchronous stub fork() for USE_ITHREADS to prove that a simpleGurusamy Sarathy1999-11-151-15/+19
* cloning the stack (part 1)Gurusamy Sarathy1999-11-151-33/+116
* cosmetic tweaksGurusamy Sarathy1999-11-141-58/+153
* fix problem pointer castsGurusamy Sarathy1999-11-141-1/+1
* sundry cleanups for cloned interpreters (only known failure modeGurusamy Sarathy1999-11-141-17/+14
* Integrate with Sarathy.Jarkko Hietaniemi1999-11-131-55/+103
|\
| * cloned interpreters now actually run and pass all but 55/10386Gurusamy Sarathy1999-11-131-55/+103
* | Turn on largefileness always if available andJarkko Hietaniemi1999-11-111-7/+7
* | Integrate with Sarathy.Jarkko Hietaniemi1999-11-111-10/+1026
|\ \ | |/
| * avoid stash pointers in optree under USE_ITHREADSGurusamy Sarathy1999-11-111-7/+25
| * another change towards a shareable optree: avoid pointer to filegvGurusamy Sarathy1999-11-111-2/+2
| * IoDIRP may be fake when used in source filters, mark as suchGurusamy Sarathy1999-11-091-6/+8
| * small nits in changes#4538,4539Gurusamy Sarathy1999-11-091-2/+2
| * preliminary support for perl_clone() (still needs work inGurusamy Sarathy1999-11-081-0/+996
* | Integrate with Sarathy.Jarkko Hietaniemi1999-11-041-1/+0
|\ \ | |/
| * remove VIRTUAL tag, PERL_OBJECT doesn't need it anymoreGurusamy Sarathy1999-11-041-1/+0
* | Incremental Mac integration from Matthias.Jarkko Hietaniemi1999-11-041-0/+1
* | Initial integration of the MacPerl changes form Matthias.Jarkko Hietaniemi1999-11-021-0/+5
|/
* Remove quad logic from perl.h; regen Configure;Jarkko Hietaniemi1999-10-291-7/+7
* Integrate with Sarathy; manual resolve on regcomp.c conflictsJarkko Hietaniemi1999-10-271-34/+3
|\
| * more GCC v2.95 induced adjustmentsGurusamy Sarathy1999-10-271-1/+1
| * warnings and const violations identified by compiling in C++ modeGurusamy Sarathy1999-10-261-1/+2
| * remove inconsistent tainting behavior of sprintf("%e",...)Gurusamy Sarathy1999-10-241-32/+0
* | More printf-fixes (see also #4426).Jarkko Hietaniemi1999-10-231-41/+48
* | Integrate with Sarathy.Jarkko Hietaniemi1999-10-231-5/+8
|\ \ | |/
| * sv_vcatpvfn() bug: fell through to assuming intsize of 'q' forGurusamy Sarathy1999-10-221-5/+8
* | Fix the printfing nits pointed out by using gcc -Wall andJarkko Hietaniemi1999-10-231-3/+3
|/
* fix typos in change#4288Gurusamy Sarathy1999-10-061-1/+1
* integrate cfgperl contents into mainlineGurusamy Sarathy1999-10-061-40/+11
|\
| * Untangle the IV_IS_QUAD jungle by introdudingJarkko Hietaniemi1999-10-021-40/+11
* | make die/warn and other diagnostics go to wherever STDERR happensGurusamy Sarathy1999-10-061-2/+1
|/
* add arenas for managing allocations of remaining xpv*v structuresVishal Bhatia1999-09-201-19/+375
* More descriptive names for operators.Michael G. Schwern1999-09-171-3/+5
* Integrate with Sarathy.Jarkko Hietaniemi1999-09-131-9/+44
|\
| * add -DPERL_Y2KWARN build option that will generate additionalGurusamy Sarathy1999-09-131-0/+13
| * make sprintf("%g",...) threadsafe; only taint its result iff theGurusamy Sarathy1999-09-121-9/+31
* | Replace change #4100 withRobin Barker1999-09-131-12/+12
* | Remove ill-designed %B introduced by change #4111.Jarkko Hietaniemi1999-09-091-2/+1
* | %#b in particular and %B in general were kaputt.Jarkko Hietaniemi1999-09-091-2/+5
|/
* Fix pointer casts.Robin Barker1999-09-071-12/+12
* Fix a printf thinko: now quads must have the ll L q prefix.Jarkko Hietaniemi1999-09-071-23/+3
* Warn about numconvert.t in case somebodyJarkko Hietaniemi1999-09-041-0/+3
* deadcode removalGurusamy Sarathy1999-08-291-7/+1
* More paranoia.Jarkko Hietaniemi1999-08-161-1/+4
* Batch of small 64-bit/long double/large file support tweaks:Jarkko Hietaniemi1999-08-161-25/+5
* Add Configure -Duselongdouble and add a missing semicolon.Jarkko Hietaniemi1999-08-121-1/+1
* Long double patches from Dan Sugalski.Jarkko Hietaniemi1999-08-111-5/+5
* Retract #3912, much too many compilation warningsJarkko Hietaniemi1999-08-031-14/+14
* (Retracted). See #3913.Sven Verdoolaege1999-08-031-14/+14
* Fix printf %D %U %O for quads.Jarkko Hietaniemi1999-08-021-0/+12