summaryrefslogtreecommitdiff
path: root/embedvar.h
Commit message (Expand)AuthorAgeFilesLines
...
* remove spurious unused conflicting globals (PL_yy{v,s}sp)Gurusamy Sarathy1998-10-061-4/+0
* big Configure update from Jarkko: sync metaconfig units; d_statblks fixGurusamy Sarathy1998-09-251-0/+2
* move yyglobal decls from perly.c to perlvars.h, regen headers, tweakGurusamy Sarathy1998-09-241-0/+16
* provide locked access to string table for USE_THREADSGurusamy Sarathy1998-09-241-0/+2
* patch to support computed regular subexpressionsIlya Zakharevich1998-09-231-0/+6
* Here are the long-expected Unicode/UTF-8 modifications.Larry Wall1998-07-241-0/+32
* add a few more globals with old names #definedGurusamy Sarathy1998-07-221-0/+3
* s/PL_sv/PL_bytecode_sv/ etc., so we have unique, case-insensitiveGurusamy Sarathy1998-07-221-10/+10
* part 2 of PERL_OBJECT fixes (globals in bytecode.h moved to intrpvar.h)Gurusamy Sarathy1998-07-211-0/+14
* Missed file that had changedNick Ing-Simmons1998-07-191-0/+23
* PL_ stuff for threadsNick Ing-Simmons1998-07-181-678/+678
* PL_ prefix to all perlvars, part1Nick Ing-Simmons1998-07-181-1123/+784
* make RE engine threadsafe; -Dusethreads builds, tests on Solaris,Gurusamy Sarathy1998-07-121-153/+204
* add patch, along with all the missing bits, and doc tweaksIlya Zakharevich1998-07-111-0/+6
* add more correct version of change#1350 (as yet untested)Joshua Pritikin1998-07-101-3/+3
* regen headers; result builds & tests on Solaris again (threaded)Gurusamy Sarathy1998-07-081-0/+6
* change#1350 breaks things, back it outGurusamy Sarathy1998-07-081-3/+3
* add patch to improve method caching, regen headersJoshua Pritikin1998-07-061-3/+3
* added patch for overloading constants, made PERL_OBJECT-awareIlya Zakharevich1998-06-291-0/+3
* partial MULTIPLICITY cleanupGurusamy Sarathy1998-06-231-27/+30
* added patch, regen headersIlya Zakharevich1998-06-211-0/+3
* back out previous change (it breaks PERL_OBJECT)Gurusamy Sarathy1998-06-151-3/+0
* added patch, fixed typo, reworked documentationJoshua Pritikin1998-06-151-0/+3
* remove unused global `scrgv'Gurusamy Sarathy1998-06-141-3/+0
* regen embedvar.hGurusamy Sarathy1998-06-111-0/+3
* Applied patch, followed by tweaks to *.sym and `perl embed.pl`Ilya Zakharevich1998-06-101-3/+3
* [win32] add AS patch#25 (allow B build with -DPERL_OBJECT)Gurusamy Sarathy1998-06-041-0/+3
* [win32] add AS patch#24, remove one other instance of error_noGurusamy Sarathy1998-06-031-3/+0
* [win32] minimal fix to enable compiling with -DMULTIPLICITYGurusamy Sarathy1998-05-311-9/+6
* [asperl] tweaks to make it build with the Borland compiler. Won't runGurusamy Sarathy1998-05-261-0/+3
* [asperl] integrate mainline changes (untested)Gurusamy Sarathy1998-05-181-12/+19
|\
| * [win32] merge change#995 from maintbranch, tweak interp.sym andGurusamy Sarathy1998-05-161-6/+3
| * [win32] merge change#905 from maintbranch, minor fixes to getGurusamy Sarathy1998-05-151-3/+7
| * [win32] intern -> sys_internGurusamy Sarathy1998-04-221-3/+3
| * [win32] hand-applied patch along with small tweaksJan Dubois1998-04-221-0/+12
* | [asperl] add AS patch#20 (exposes more global constants)Gurusamy Sarathy1998-05-011-4/+4
* | [asperl] integrate mainline changesGurusamy Sarathy1998-04-081-18/+16
|\ \ | |/
| * [win32] implement stack-of-stacks so that magic invocations don'tGurusamy Sarathy1998-04-031-18/+4
| * [win32] merge C<local $tied{foo}> patch, also moved statics inGurusamy Sarathy1998-03-091-0/+12
* | [asperl] integrate mainline changesGurusamy Sarathy1998-03-011-0/+3
|\ \ | |/
| * [win32] fix typo in sv.h, and run 'make regen_headers' to make it buildGurusamy Sarathy1998-02-281-0/+3
* | [asperl] added AS patch#5 (patch #4 was intentionally skipped afterGurusamy Sarathy1998-02-141-0/+138
* | [asperl] integrate win32 branch contentsGurusamy Sarathy1998-02-091-0/+3
|\ \ | |/
| * Introduced thr->threadsvp and THREADSV() for faster per-threadMalcolm Beattie1998-02-021-0/+3
* | [asperl] added AS patch#3Douglas Lankshear1998-02-011-3/+0
* | [asperl] added AS patch#2Gurusamy Sarathy1998-01-301-0/+6
|/
* [win32] Revert to keeping (some) constant strings as globalsGurusamy Sarathy1997-12-021-0/+12
* Create a struct for all perls globals (as an option)Nick Ing-Simmons1997-12-011-0/+345
* embed.pl now reads *var*.h to do its stuff.Nick Ing-Simmons1997-11-301-0/+609