summaryrefslogtreecommitdiff
path: root/bytecode.h
Commit message (Collapse)AuthorAgeFilesLines
* [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