summaryrefslogtreecommitdiff
path: root/bytecode.h
Commit message (Collapse)AuthorAgeFilesLines
* get it building again on win32Gurusamy Sarathy1998-07-091-1/+1
| | | p4raw-id: //depot/perl@1394
* fix outdated bytecode.plGurusamy Sarathy1998-06-111-1/+1
| | | p4raw-id: //depot/perl@1113
* [asperl] integrate mainline changes (untested)Gurusamy Sarathy1998-05-181-1/+1
|\ | | | | p4raw-id: //depot/asperl@1010
| * Changes to allow compiler with gcc-2.8.1 in C++ mode,Nick Ing-Simmons1998-05-141-1/+1
| | | | | | | | | | Remove K&R style functions, avoid struct/typedef clash. p4raw-id: //depot/ansiperl@972
* | [asperl] add a part of AS patch#14, backout incomplete variableGurusamy Sarathy1998-03-171-4/+4
| | | | | | | | | | name changes for gcc. Builds and tests under VC/BC once again. p4raw-id: //depot/asperl@830
* | [asperl] added AS patch#12 with minor changesGurusamy Sarathy1998-03-121-4/+6
|/ | | p4raw-id: //depot/asperl@806
* [win32] variousGurusamy Sarathy1998-03-061-2/+2
| | | | | | | - s/PerlIO_fread/PerlIO_read/, the former doesn't exist - add missing prototypes - regenerate win32/config*.?c p4raw-id: //depot/win32/perl@791
* Miscellaneous minor fixesCharles Bailey1998-03-051-31/+31
| | | p4raw-id: //depot/perl@779
* Change getc/fread to PerlIO_getc/fread in bytecode.h:Andrew Cohen1998-03-051-3/+3
| | | | | Subject: [PATCH 5.004_61] bunch of small patches p4raw-id: //depot/perl@769
* Missed FREAD in bytecode.hNick Ing-Simmons1998-02-281-1/+1
| | | | | Cannot export svref_mutex in non-threaded perl p4raw-id: //depot/perl@603
* Change FREAD/FGETC to BGET_FREAD/BGET_FGETC to avoid clash withMalcolm Beattie1998-02-271-10/+14
| | | | | preprocessor symbol on Digital UNIX. p4raw-id: //depot/perl@602
* [win32] various cleanups so that B can be built as "just another extension"Gurusamy Sarathy1998-02-261-2/+0
| | | | | | | | | | - export symbols needed for building B - bset_obj_store() is needed by byterun(), so define it there instead of at B.xs, and export it - freadpv() is only used in B.xs, so move it there - byte*.h are now included by perl.h - regenerate embed*.h p4raw-id: //depot/win32/perl@589
* Merge perlext/Compiler/... into mainline. Some files move toMalcolm Beattie1998-02-201-0/+168
ext/B/..., some to lib/B/..., O.pm and B.pm go in lib and some move to the base perl directory (e.g. headers). Will need some cleaning up before it builds properly, I would guess. p4raw-id: //depot/perl@562