summaryrefslogtreecommitdiff
path: root/proto.h
Commit message (Expand)AuthorAgeFilesLines
* Fix compiled pattern display under -DrKarl Williamson2022-07-171-1/+1
* locale.c - silence build warning for unused S_calculate_LC_ALL()Yves Orton2022-07-151-13/+15
* Add `newAVav()` and `newAVhv()`Paul "LeoNerd" Evans2022-07-131-0/+8
* setlocale_failure_panic_i is used when no posix 2008Karl Williamson2022-07-131-1/+1
* Change #ifdef to #ifndefKarl Williamson2022-07-121-7/+11
* setlocale_failure_panic_i only on non-threaded currentlyKarl Williamson2022-07-121-5/+7
* regex: Add optimizing regnodeKarl Williamson2022-07-121-0/+5
* regcomp.c: Add conversion fcns for bitmap/inversion_listKarl Williamson2022-07-121-2/+8
* regcomp.c: Change name of static functionKarl Williamson2022-07-101-2/+2
* regex: Refactor bitmap vs non-bitmap of qr/[]/Karl Williamson2022-07-101-0/+7
* Fix compilation errors in netbsd/solarisKarl Williamson2022-07-011-6/+2
* Eval param to SvPV-foo exactly onceKarl Williamson2022-06-291-0/+14
* Partially revert remove deprecated functions"Karl Williamson2022-06-281-0/+14
* Revert "Partially remove deprecated functions"Karl Williamson2022-06-251-0/+7
* Split optree optimizer and finalizer from op.c into new peep.cPaul "LeoNerd" Evans2022-06-201-20/+45
* locale.c: querylocale() doesn't work on LC_ALLKarl Williamson2022-06-191-0/+13
* locale.c: Use a function table to simplify codeKarl Williamson2022-06-191-0/+2
* locale.c: Add panic check/messageKarl Williamson2022-06-191-0/+5
* locale.c: Separate query part of emulate_setlocale()Karl Williamson2022-06-191-0/+2
* hide private functions with __attribute__((visibility("hidden")))Tomasz Konojacki2022-06-181-312/+850
* locale.c: Change S_emulate_setlocale name and sigKarl Williamson2022-06-161-2/+2
* locale.c: Use get_category_index()Karl Williamson2022-06-161-2/+2
* locale.c: Create S_get_category_index()Karl Williamson2022-06-161-0/+2
* allow building with -DPERL_MEM_LOG on Win32Tony Cook2022-06-161-0/+6
* Create perlstatic.hKarl Williamson2022-06-141-1/+1
* Make fc(), qr//i thread-safe on participating platformsKarl Williamson2022-06-111-4/+4
* SvGETMAGIC: evaluate its argument just onceKarl Williamson2022-06-101-0/+5
* Move av_new_alloc from av.c to inline.hRichard Leach2022-06-081-1/+3
* inline.h: add av_push_simpleRichard Leach2022-06-081-0/+5
* perlapi: Deprecate 5 functionsKarl Williamson2022-06-081-0/+5
* Remove deprecated functionsKarl Williamson2022-06-051-250/+0
* Rename internal functionKarl Williamson2022-06-021-4/+4
* perlapi: Consolidate hv_store(s?), into 1 entry,improveKarl Williamson2022-05-301-0/+2
* Change SvIV and kin to inline functionsKarl Williamson2022-05-281-0/+30
* Evaluate SvPVXtrue's argument just onceKarl Williamson2022-05-281-0/+7
* doio.c: Rename formal parameters for clarityKarl Williamson2022-05-271-3/+3
* sv.c - add new bool related utility functions and macrosYves Orton2022-05-271-0/+21
* Make argument to S_is_invlist pointer to constDagfinn Ilmari Mannsåker2022-04-131-1/+1
* Make arguments to S_invlist_is_iterating and S_invlist_max be constTony Cook2022-04-131-2/+2
* Drop the unused hv argument from S_hv_free_ent_ret()Nicholas Clark2022-03-191-8/+6
* hv.c: remove dead function ptr_hash()Yves Orton2022-03-141-4/+0
* hv.c - rework PL_hash_rand_bits update logic, add tests, -Dh debug modeYves Orton2022-03-101-0/+2
* Perl_newSV_type_mortal - new inline function introduced and usedRichard Leach2022-03-071-0/+7
* Make newSV_type an inline functionRichard Leach2022-03-071-2/+4
* regcomp.c: consistent NOTHING/OPFAIL optimizations for lookaroundYves Orton2022-02-231-0/+6
* regcomp.c: disambiguate "parse_start" and related var namesYves Orton2022-02-181-2/+2
* regcomp.c,re.pm: Remove "offsets" debugging codeYves Orton2022-02-181-4/+7
* embed.fnc Fix function return typeKarl Williamson2022-02-011-1/+1
* Create sv_streq() API family, as a stringy copy of the sv_numeq() onesPaul "LeoNerd" Evans2022-01-271-0/+4
* Initial implementation of sv_numeq() and _flags() variantPaul "LeoNerd" Evans2022-01-261-0/+4