I was mistaken. Borland and gcc do have snprintf() and vsnprintf()
[p5sagit/p5-mst-13.2.git] / MANIFEST
index 13f8b29..7d34252 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -985,6 +985,8 @@ ext/POSIX/t/waitpid.t               See if waitpid works
 ext/POSIX/typemap              POSIX extension interface types
 ext/re/hints/mpeix.pl          Hints for re for named architecture
 ext/re/Makefile.PL             re extension makefile writer
+ext/re/re_top.h                        re extension symbol hiding header
+ext/re/re_comp.h               re extension wrapper for regcomp.h
 ext/re/re.pm                   re extension Perl module
 ext/re/re.xs                   re extension external subroutines
 ext/re/t/re.t                  see if re pragma works
@@ -1129,6 +1131,8 @@ ext/threads/shared/t/wait.t       Test cond_wait and cond_timedwait
 ext/threads/shared/typemap     thread::shared types
 ext/threads/t/basic.t          ithreads
 ext/threads/t/end.t            Test end functions
+ext/threads/t/free.t           Test ithread destruction
+ext/threads/t/free2.t          More ithread destruction tests
 ext/threads/threads.pm         ithreads
 ext/threads/threads.xs         ithreads
 ext/threads/t/join.t           Testing the join function
@@ -1944,6 +1948,7 @@ lib/Memoize/t/tie_sdbm.t  Memoize SDBM interface test
 lib/Memoize/t/tie_storable.t   Memoize Storable interface test
 lib/Memoize/t/tie.t            Memoize tied file test
 lib/Memoize/t/unmemoize.t      Memoize 'unmemoize' function test
+lib/Module/Build/API.pod       Module::Build
 lib/Module/Build/Authoring.pod Module::Build
 lib/Module/Build/Base.pm       Module::Build
 lib/Module/Build/Changes       Module::Build
@@ -3322,6 +3327,7 @@ t/op/args.t                       See if operations on @_ work
 t/op/arith.t                   See if arithmetic works
 t/op/array.t                   See if array operations work
 t/op/assignwarn.t              See if OP= operators warn correctly for undef targets
+t/op/attrhand.t                        See if attribute handlers work
 t/op/attrs.t                   See if attributes on declarations work
 t/op/auto.t                    See if autoincrement et all work
 t/op/avhv.t                    See if pseudo-hashes work
@@ -3421,6 +3427,7 @@ t/op/regmesg.t                    See if one can get regular expression errors
 t/op/repeat.t                  See if x operator works
 t/op/re_tests                  Regular expressions for regexp.t
 t/op/reverse.t                 See if reverse operator works
+t/op/rxcode.t                  See if /(?{ code })/ works
 t/op/runlevel.t                        See if die() works from perl_call_*()
 t/op/sleep.t                   See if sleep works
 t/op/smartmatch.t              See if the ~~ operator works
@@ -3525,6 +3532,7 @@ t/uni/chomp.t                     See if Unicode chomp works
 t/uni/class.t                  See if Unicode classes work (\p)
 t/uni/fold.t                   See if Unicode folding works
 t/uni/lower.t                  See if Unicode casing works
+t/uni/overload.t               See if Unicode overloading works
 t/uni/sprintf.t                        See if Unicode sprintf works
 t/uni/title.t                  See if Unicode casing works
 t/uni/tr_7jis.t                        See if Unicode tr/// works