- May 02, 2017
-
-
Henrik (Grubba) Grubbström authored
Fixes linking issues on NT.
-
- Oct 21, 2016
-
-
Henrik (Grubba) Grubbström authored
This is a flag that disables shrinking of the mapping_data hashtable when the number of elements goes below the MIN_LINK_LENGTH threshold. It is intended to be used by code that has mappings with a high rotation of content (ie lots of mixed insertions and deletions).
-
- Feb 29, 2016
-
-
Henrik (Grubba) Grubbström authored
It is now possible to request a quick gc of a mapping with weak references.
-
- Oct 02, 2014
-
-
Per Hedbor authored
Much like append_array, but for mappings. This speeds up the append mapping benchmark by about (currently) 1000x. However, that is somewhat misleading since the refs optimization is not done currently since the wrong assignment operator ends up being used. Even when that is fixed the speedup should is still more than 2x, however.
-
- Aug 21, 2014
-
-
Martin Nilsson authored
-
- Jun 17, 2014
-
-
Henrik (Grubba) Grubbström authored
All the visit_*() functions and macros should now propagate the argument extra.
-
Henrik (Grubba) Grubbström authored
All the visit_*() functions now have all arguments.
-
- Jan 12, 2014
-
-
Arne Goedeke authored
-
- Jun 12, 2013
-
-
Arne Goedeke authored
allocating many blocks and deallocation happens non linearly.
-
- Sep 26, 2012
-
-
Henrik (Grubba) Grubbström authored
This function is needed to perform some low-level modifications of mappings.
-
- Jun 02, 2012
-
-
Martin Stjernholm authored
(Apparently windows is still way more picky with this than other systems.)
-
- Nov 05, 2011
-
-
Martin Nilsson authored
-
- Apr 25, 2011
-
-
Martin Stjernholm authored
More pain than they are worth.
-
- Jun 27, 2008
-
-
Henrik (Grubba) Grubbström authored
Rev: src/builtin.cmod:1.215 Rev: src/encode.c:1.281 Rev: src/mapping.c:1.207 Rev: src/mapping.h:1.70 Rev: src/program.c:1.722 Rev: src/program.h:1.253
-
- Jun 24, 2008
-
-
Henrik (Grubba) Grubbström authored
Rev: src/mapping.c:1.202 Rev: src/mapping.h:1.69
-
- May 11, 2008
-
-
Martin Stjernholm authored
Rev: src/array.c:1.207 Rev: src/array.h:1.75 Rev: src/constants.c:1.60 Rev: src/constants.h:1.37 Rev: src/mapping.c:1.201 Rev: src/mapping.h:1.68 Rev: src/multiset.c:1.111 Rev: src/multiset.h:1.44 Rev: src/object.c:1.291 Rev: src/object.h:1.96 Rev: src/pike_types.c:1.332 Rev: src/pike_types.h:1.115 Rev: src/program.c:1.692 Rev: src/program.h:1.243 Rev: src/stralloc.c:1.219 Rev: src/stralloc.h:1.104
-
Martin Stjernholm authored
check/mark functions are restored to how they were before the GC_PASS_COUNT_MEMORY stuff. Rev: src/array.c:1.206 Rev: src/array.h:1.74 Rev: src/constants.c:1.59 Rev: src/constants.h:1.36 Rev: src/mapping.c:1.200 Rev: src/mapping.h:1.67 Rev: src/multiset.c:1.110 Rev: src/multiset.h:1.43 Rev: src/object.c:1.290 Rev: src/object.h:1.95 Rev: src/pike_types.c:1.331 Rev: src/pike_types.h:1.114 Rev: src/program.c:1.691 Rev: src/program.h:1.242 Rev: src/stralloc.c:1.218 Rev: src/stralloc.h:1.103
-
- Jan 05, 2008
-
-
Martin Nilsson authored
do_free_mapping calls free_mapping, so make sure free_mapping is never defined as do_free_mapping. Sprinkled some consts. Rev: src/mapping.c:1.193 Rev: src/mapping.h:1.66
-
- Aug 06, 2006
-
-
Martin Stjernholm authored
do_free_mapping instead. Rev: src/mapping.h:1.65
-
- Jul 05, 2006
-
-
Martin Stjernholm authored
Rev: src/backend.cmod:1.180 Rev: src/block_alloc.h:1.82 Rev: src/builtin.cmod:1.191 Rev: src/callback.c:1.37 Rev: src/errors.h:1.33 Rev: src/mapping.c:1.188 Rev: src/mapping.h:1.64 Rev: src/multiset.c:1.101 Rev: src/object.c:1.270 Rev: src/pike_embed.c:1.8 Rev: src/pike_types.c:1.254 Rev: src/signal_handler.c:1.321
-
Martin Stjernholm authored
to PMOD_EXPORT block_alloc functions. Rev: src/mapping.h:1.63
-
- Sep 11, 2005
-
-
Marek Habersack authored
Rev: src/mapping.c:1.185 Rev: src/mapping.h:1.62
-
- Sep 10, 2005
-
-
Marek Habersack authored
some doxygen documentation for mapping.{c,h}. Existing comments are doxygenified by they remain where they were. New comments are added in the header file Rev: src/mapping.c:1.184 Rev: src/mapping.h:1.61
-
- Apr 08, 2005
-
-
Henrik (Grubba) Grubbström authored
Rev: src/backend.cmod:1.173 Rev: src/callback.h:1.19 Rev: src/constants.h:1.34 Rev: src/gc.h:1.118 Rev: src/interpret.h:1.159 Rev: src/mapping.h:1.60 Rev: src/multiset.h:1.40 Rev: src/object.h:1.91 Rev: src/pike_memory.c:1.160 Rev: src/pike_types.h:1.94 Rev: src/stralloc.h:1.92
-
- Sep 28, 2004
-
-
Martin Stjernholm authored
active at the same time. Rev: src/array.h:1.65 Rev: src/mapping.h:1.59 Rev: src/multiset.h:1.38 Rev: src/object.h:1.88 Rev: src/program.h:1.211
-
- Sep 27, 2004
-
-
Martin Stjernholm authored
Rev: src/array.h:1.64 Rev: src/dmalloc.h:1.53 Rev: src/gc.c:1.259 Rev: src/gc.h:1.116 Rev: src/main.c:1.210 Rev: src/mapping.h:1.58 Rev: src/multiset.h:1.37 Rev: src/object.h:1.87 Rev: src/pike_memory.c:1.156 Rev: src/program.h:1.210 Rev: src/stralloc.c:1.168 Rev: src/stralloc.h:1.82
-
- Sep 26, 2004
-
-
Martin Stjernholm authored
Rev: src/array.h:1.63 Rev: src/mapping.h:1.57 Rev: src/multiset.h:1.36 Rev: src/object.h:1.86 Rev: src/program.h:1.209
-
- May 28, 2004
-
-
Henrik (Grubba) Grubbström authored
Fixes [bug 3693]. Note that this is a (minor) API change (struct processing * ==> struct mapping *). Added a few const's. Rev: src/array.c:1.160 Rev: src/array.h:1.61 Rev: src/mapping.c:1.181 Rev: src/mapping.h:1.56 Rev: src/multiset.c:1.86 Rev: src/multiset.h:1.35 Rev: src/svalue.c:1.194 Rev: src/svalue.h:1.129
-
- Apr 29, 2004
-
-
Martin Nilsson authored
Rev: src/mapping.h:1.55
-
- Apr 18, 2004
-
-
Martin Stjernholm authored
know about it will free them during the leak report. When they then are freed from their real places later on, they will run out of refs. Therefore the debug now prints all locations the leaked objects are freed from. Rev: src/array.h:1.59 Rev: src/dmalloc.h:1.50 Rev: src/gc.c:1.253 Rev: src/gc.h:1.112 Rev: src/main.c:1.200 Rev: src/mapping.h:1.54 Rev: src/multiset.h:1.34 Rev: src/object.h:1.82 Rev: src/program.c:1.563 Rev: src/program.h:1.202
-
- Mar 22, 2004
-
-
Martin Stjernholm authored
Rev: src/mapping.c:1.178 Rev: src/mapping.h:1.53
-
- Feb 10, 2004
-
-
Martin Stjernholm authored
Rev: src/mapping.h:1.52
-
- Nov 14, 2003
-
-
Martin Stjernholm authored
Rev: src/array.h:1.53 Rev: src/mapping.h:1.51 Rev: src/multiset.h:1.32 Rev: src/pike_types.h:1.92 Rev: src/svalue.h:1.126
-
- Jun 30, 2003
-
-
Martin Stjernholm authored
Rev: src/apply_low.h:1.19 Rev: src/backend.cmod:1.43 Rev: src/block_alloc.h:1.68 Rev: src/builtin_functions.c:1.497 Rev: src/cyclic.c:1.11 Rev: src/encode.c:1.190 Rev: src/fdlib.c:1.63 Rev: src/fsort_template.h:1.16 Rev: src/gc.c:1.220 Rev: src/interpret.c:1.307 Rev: src/interpret.h:1.142 Rev: src/interpret_functions.h:1.151 Rev: src/las.c:1.336 Rev: src/main.c:1.177 Rev: src/mapping.c:1.168 Rev: src/mapping.h:1.50 Rev: src/modules/Oracle/oracle.c:1.78 Rev: src/modules/_Charset/misc.c:1.14 Rev: src/multiset.c:1.74 Rev: src/object.c:1.238 Rev: src/object.h:1.79 Rev: src/pike_macros.h:1.37 Rev: src/pike_memory.c:1.146 Rev: src/pike_search.c:1.16 Rev: src/pike_search_engine2.c:1.9 Rev: src/pike_threadlib.h:1.47 Rev: src/pike_types.c:1.218 Rev: src/port.c:1.72 Rev: src/port.h:1.51 Rev: src/signal_handler.c:1.274 Rev: src/svalue.c:1.168 Rev: src/threads.c:1.219
-
- Mar 30, 2003
-
-
Martin Stjernholm authored
in low_exit_main. Rev: src/array.c:1.139 Rev: src/array.h:1.46 Rev: src/mapping.c:1.164 Rev: src/mapping.h:1.49
-
- Jan 11, 2003
-
-
Martin Stjernholm authored
Rev: src/array.c:1.134 Rev: src/array.h:1.45 Rev: src/mapping.c:1.160 Rev: src/mapping.h:1.48 Rev: src/multiset.c:1.66 Rev: src/multiset.h:1.31 Rev: src/object.c:1.216 Rev: src/object.h:1.76 Rev: src/program.c:1.472 Rev: src/program.h:1.172
-
- Jan 10, 2003
-
-
Henrik (Grubba) Grubbström authored
Rev: src/mapping.c:1.159 Rev: src/mapping.h:1.47
-
- Nov 25, 2002
-
-
Martin Stjernholm authored
Rev: src/gc.h:1.93 Rev: src/mapping.h:1.46
-
- Oct 20, 2002
-
-
Marcus Comstedt authored
Rev: src/mapping.h:1.45
-
- Oct 11, 2002
-
-
Martin Nilsson authored
Rev: src/acconfig.h:1.107 Rev: src/alloca.c:1.7 Rev: src/apply_low.h:1.10 Rev: src/array.c:1.132 Rev: src/array.h:1.44 Rev: src/backend.cmod:1.29 Rev: src/backend.h:1.16 Rev: src/bignum.c:1.27 Rev: src/bignum.h:1.16 Rev: src/block_alloc.h:1.45 Rev: src/block_alloc_h.h:1.13 Rev: src/builtin.cmod:1.94 Rev: src/builtin_functions.c:1.445 Rev: src/builtin_functions.h:1.22 Rev: src/builtin_functions_t.c:1.3 Rev: src/callback.c:1.30 Rev: src/callback.h:1.18 Rev: src/code/bytecode.c:1.6 Rev: src/code/bytecode.h:1.9 Rev: src/code/computedgoto.c:1.3 Rev: src/code/computedgoto.h:1.7 Rev: src/code/ia32.c:1.23 Rev: src/code/ia32.h:1.18 Rev: src/code/ppc32.c:1.23 Rev: src/code/ppc32.h:1.17 Rev: src/code/sparc.c:1.13 Rev: src/code/sparc.h:1.15 Rev: src/combine_path.h:1.11 Rev: src/compilation.h:1.30 Rev: src/constants.c:1.42 Rev: src/constants.h:1.27 Rev: src/cpp.c:1.105 Rev: src/cpp.h:1.7 Rev: src/crypt.c:1.4 Rev: src/cyclic.c:1.8 Rev: src/cyclic.h:1.7 Rev: src/dlopen.c:1.36 Rev: src/dmalloc.h:1.38 Rev: src/docode.c:1.150 Rev: src/docode.h:1.17 Rev: src/dummy_ci.h:1.6 Rev: src/dynamic_buffer.c:1.21 Rev: src/dynamic_buffer.h:1.16 Rev: src/dynamic_load.c:1.66 Rev: src/dynamic_load.h:1.6 Rev: src/efun.h:1.7 Rev: src/encode.c:1.155 Rev: src/encode.h:1.7 Rev: src/error.c:1.92 Rev: src/errors.h:1.22 Rev: src/fd_control.c:1.46 Rev: src/fd_control.h:1.10 Rev: src/fdlib.c:1.55 Rev: src/fdlib.h:1.43 Rev: src/fsort.c:1.21 Rev: src/fsort.h:1.6 Rev: src/fsort_template.h:1.13 Rev: src/gc.c:1.188 Rev: src/gc.h:1.92 Rev: src/global.h:1.76 Rev: src/hashtable.c:1.14 Rev: src/hashtable.h:1.9 Rev: src/interpret.c:1.270 Rev: src/interpret.h:1.113 Rev: src/interpret_functions.h:1.110 Rev: src/interpreter.h:1.78 Rev: src/iterators.cmod:1.30 Rev: src/language.yacc:1.300 Rev: src/las.c:1.303 Rev: src/las.h:1.58 Rev: src/las_t.c:1.3 Rev: src/lex.c:1.108 Rev: src/lex.h:1.24 Rev: src/lexer.h:1.40 Rev: src/main.c:1.156 Rev: src/main.h:1.20 Rev: src/mapping.c:1.152 Rev: src/mapping.h:1.44 Rev: src/module.c:1.20 Rev: src/module.h:1.8 Rev: src/module_magic.h:1.7 Rev: src/module_support.c:1.51 Rev: src/module_support.h:1.15 Rev: src/module_t.c:1.3 Rev: src/modules/CommonLog/acconfig.h:1.3 Rev: src/modules/CommonLog/clf.c:1.10 Rev: src/modules/DVB/acconfig.h:1.3 Rev: src/modules/DVB/dvb.c:1.12 Rev: src/modules/DVB/dvb.h:1.4 Rev: src/modules/DVB/psparser.c:1.5 Rev: src/modules/Gdbm/acconfig.h:1.3 Rev: src/modules/Gdbm/gdbmmod.c:1.21 Rev: src/modules/Gettext/acconfig.h:1.4 Rev: src/modules/Gettext/gettext.c:1.12 Rev: src/modules/Gmp/mpf.cmod:1.12 Rev: src/modules/Gmp/mpq.cmod:1.13 Rev: src/modules/Gmp/mpz_glue.c:1.111 Rev: src/modules/Gmp/my_gmp.h:1.13 Rev: src/modules/Gmp/my_mpz_xor.c:1.5 Rev: src/modules/Gmp/next_prime.c:1.12 Rev: src/modules/Gz/acconfig.h:1.3 Rev: src/modules/Gz/zlibmod.c:1.55 Rev: src/modules/HTTPLoop/accept_and_parse.c:1.29 Rev: src/modules/HTTPLoop/accept_and_parse.h:1.10 Rev: src/modules/HTTPLoop/acconfig.h:1.4 Rev: src/modules/HTTPLoop/cache.c:1.19 Rev: src/modules/HTTPLoop/cache.h:1.10 Rev: src/modules/HTTPLoop/filesystem.c:1.7 Rev: src/modules/HTTPLoop/filesystem.h:1.3 Rev: src/modules/HTTPLoop/log.c:1.13 Rev: src/modules/HTTPLoop/log.h:1.3 Rev: src/modules/HTTPLoop/requestobject.c:1.23 Rev: src/modules/HTTPLoop/requestobject.h:1.3 Rev: src/modules/HTTPLoop/static_strings.h:1.3 Rev: src/modules/HTTPLoop/timeout.c:1.9 Rev: src/modules/HTTPLoop/timeout.h:1.4 Rev: src/modules/HTTPLoop/util.c:1.9 Rev: src/modules/HTTPLoop/util.h:1.5 Rev: src/modules/Image/acconfig.h:1.7 Rev: src/modules/Image/assembly.h:1.5 Rev: src/modules/Image/blit.c:1.53 Rev: src/modules/Image/blit_layer_include.h:1.8 Rev: src/modules/Image/colors.c:1.63 Rev: src/modules/Image/colors.h:1.8 Rev: src/modules/Image/colortable.c:1.112 Rev: src/modules/Image/colortable.h:1.27 Rev: src/modules/Image/colortable_lookup.h:1.20 Rev: src/modules/Image/dct.c:1.22 Rev: src/modules/Image/default_font.c:1.5 Rev: src/modules/Image/encodings/_xpm.c:1.21 Rev: src/modules/Image/encodings/any.c:1.25 Rev: src/modules/Image/encodings/avs.c:1.14 Rev: src/modules/Image/encodings/bmp.c:1.37 Rev: src/modules/Image/encodings/dsi.c:1.6 Rev: src/modules/Image/encodings/encodings.h:1.5 Rev: src/modules/Image/encodings/hrz.c:1.8 Rev: src/modules/Image/encodings/iff.c:1.12 Rev: src/modules/Image/encodings/ilbm.c:1.26 Rev: src/modules/Image/encodings/pcx.c:1.19 Rev: src/modules/Image/encodings/png.c:1.46 Rev: src/modules/Image/encodings/pnm.c:1.28 Rev: src/modules/Image/encodings/psd.c:1.34 Rev: src/modules/Image/encodings/psd_constant_strings.h:1.6 Rev: src/modules/Image/encodings/pvr.c:1.21 Rev: src/modules/Image/encodings/ras.c:1.18 Rev: src/modules/Image/encodings/tga.c:1.29 Rev: src/modules/Image/encodings/tim.c:1.14 Rev: src/modules/Image/encodings/wbf.c:1.13 Rev: src/modules/Image/encodings/x.c:1.39 Rev: src/modules/Image/encodings/xbm.c:1.17 Rev: src/modules/Image/encodings/xcf.c:1.42 Rev: src/modules/Image/encodings/xcf_constant_strings.h:1.3 Rev: src/modules/Image/encodings/xwd.c:1.23 Rev: src/modules/Image/font.c:1.74 Rev: src/modules/Image/image.c:1.199 Rev: src/modules/Image/image.h:1.50 Rev: src/modules/Image/image_module.c:1.16 Rev: src/modules/Image/initstuff.h:1.16 Rev: src/modules/Image/layer_channel.h:1.8 Rev: src/modules/Image/layer_oper.h:1.10 Rev: src/modules/Image/layers.c:1.81 Rev: src/modules/Image/match.h:1.15 Rev: src/modules/Image/matrix.c:1.42 Rev: src/modules/Image/operator.c:1.42 Rev: src/modules/Image/orient.c:1.22 Rev: src/modules/Image/pattern.c:1.27 Rev: src/modules/Image/phase.h:1.5 Rev: src/modules/Image/poly.c:1.16 Rev: src/modules/Image/polyfill.c:1.41 Rev: src/modules/Image/search.c:1.25 Rev: src/modules/Java/acconfig.h:1.4 Rev: src/modules/Java/jvm.c:1.44 Rev: src/modules/Java/ntdl.c:1.4 Rev: src/modules/MIME/acconfig.h:1.4 Rev: src/modules/MIME/mime.c:1.34 Rev: src/modules/Math/acconfig.h:1.3 Rev: src/modules/Math/math_matrix.c:1.35 Rev: src/modules/Math/math_module.c:1.11 Rev: src/modules/Math/math_module.h:1.9 Rev: src/modules/Math/matrix_code.h:1.7 Rev: src/modules/Math/transforms.cmod:1.8 Rev: src/modules/Math/transforms.h:1.3 Rev: src/modules/Mird/acconfig.h:1.5 Rev: src/modules/Mird/libmird/acconfig.h:1.5 Rev: src/modules/Mird/libmird/blocks.c:1.5 Rev: src/modules/Mird/libmird/cells.c:1.4 Rev: src/modules/Mird/libmird/database.c:1.6 Rev: src/modules/Mird/libmird/debug.c:1.4 Rev: src/modules/Mird/libmird/dmalloc.c:1.4 Rev: src/modules/Mird/libmird/dmalloc.h:1.4 Rev: src/modules/Mird/libmird/errors.c:1.4 Rev: src/modules/Mird/libmird/frags.c:1.4 Rev: src/modules/Mird/libmird/freelist.c:1.4 Rev: src/modules/Mird/libmird/hashtrie.c:1.6 Rev: src/modules/Mird/libmird/internal.h:1.6 Rev: src/modules/Mird/libmird/journal.c:1.4 Rev: src/modules/Mird/libmird/make_old_database.c:1.4 Rev: src/modules/Mird/libmird/physical.h:1.4 Rev: src/modules/Mird/libmird/skeys.c:1.4 Rev: src/modules/Mird/libmird/tables.c:1.4 Rev: src/modules/Mird/libmird/test.c:1.4 Rev: src/modules/Mird/libmird/testsuite.c:1.5 Rev: src/modules/Mird/libmird/transaction.c:1.4 Rev: src/modules/Mird/libmird/usage.c:1.4 Rev: src/modules/Mird/libmird/win32-config.h:1.5 Rev: src/modules/Mird/mird_glue.c:1.19 Rev: src/modules/Msql/msqlmod.c:1.22 Rev: src/modules/Msql/version.h:1.4 Rev: src/modules/Mysql/acconfig.h:1.9 Rev: src/modules/Mysql/dummy.c:1.7 Rev: src/modules/Mysql/mysql.c:1.59 Rev: src/modules/Mysql/precompiled_mysql.h:1.15 Rev: src/modules/Mysql/result.c:1.27 Rev: src/modules/Odbc/acconfig.h:1.7 Rev: src/modules/Odbc/odbc.c:1.32 Rev: src/modules/Odbc/odbc_result.c:1.32 Rev: src/modules/Odbc/precompiled_odbc.h:1.18 Rev: src/modules/Oracle/acconfig.h:1.3 Rev: src/modules/Oracle/oracle.c:1.73 Rev: src/modules/PDF/acconfig.h:1.4 Rev: src/modules/PDF/initstuff.h:1.3 Rev: src/modules/PDF/pdf_module.c:1.13 Rev: src/modules/PDF/pdflib_glue.c:1.10 Rev: src/modules/Parser/acconfig.h:1.4 Rev: src/modules/Parser/html.c:1.155 Rev: src/modules/Parser/initstuff.h:1.4 Rev: src/modules/Parser/parser.c:1.16 Rev: src/modules/Parser/parser.h:1.3 Rev: src/modules/Perl/acconfig.h:1.3 Rev: src/modules/Perl/perlmod.c:1.28 Rev: src/modules/Pipe/acconfig.h:1.3 Rev: src/modules/Pipe/pipe.c:1.51 Rev: src/modules/Postgres/pg_types.h:1.6 Rev: src/modules/Postgres/pgresult.c:1.19 Rev: src/modules/Postgres/pgresult.h:1.4 Rev: src/modules/Postgres/postgres.c:1.28 Rev: src/modules/Postgres/version.h:1.5 Rev: src/modules/Regexp/acconfig.h:1.3 Rev: src/modules/Regexp/glue.c:1.31 Rev: src/modules/Regexp/pike_regexp.c:1.22 Rev: src/modules/Regexp/pike_regexp.h:1.9 Rev: src/modules/SANE/acconfig.h:1.3 Rev: src/modules/SANE/sane.c:1.14 Rev: src/modules/Ssleay/acconfig.h:1.4 Rev: src/modules/Ssleay/ssleay.c:1.19 Rev: src/modules/Yp/acconfig.h:1.5 Rev: src/modules/Yp/yp.c:1.27 Rev: src/modules/_Charset/acconfig.h:1.3 Rev: src/modules/_Charset/charsetmod.c:1.38 Rev: src/modules/_Charset/iso2022.c:1.25 Rev: src/modules/_Charset/iso2022.h:1.5 Rev: src/modules/_Charset/misc.c:1.12 Rev: src/modules/_Charset/tables.c:1.13 Rev: src/modules/_Crypto/acconfig.h:1.3 Rev: src/modules/_Crypto/arcfour.c:1.19 Rev: src/modules/_Crypto/cast.c:1.13 Rev: src/modules/_Crypto/cbc.c:1.23 Rev: src/modules/_Crypto/crypto.c:1.51 Rev: src/modules/_Crypto/crypto.h:1.10 Rev: src/modules/_Crypto/des.c:1.26 Rev: src/modules/_Crypto/idea.c:1.20 Rev: src/modules/_Crypto/include/RCSID.h:1.8 Rev: src/modules/_Crypto/include/arcfour.h:1.6 Rev: src/modules/_Crypto/include/cast.h:1.4 Rev: src/modules/_Crypto/include/crypto_types.h:1.9 Rev: src/modules/_Crypto/include/des.h:1.6 Rev: src/modules/_Crypto/include/idea.h:1.6 Rev: src/modules/_Crypto/include/md2.h:1.3 Rev: src/modules/_Crypto/include/md4.h:1.3 Rev: src/modules/_Crypto/include/md5.h:1.4 Rev: src/modules/_Crypto/include/rijndael.h:1.4 Rev: src/modules/_Crypto/include/sha.h:1.6 Rev: src/modules/_Crypto/invert.c:1.15 Rev: src/modules/_Crypto/lib/arcfour.c:1.9 Rev: src/modules/_Crypto/lib/cast.c:1.4 Rev: src/modules/_Crypto/lib/cast_sboxes.h:1.4 Rev: src/modules/_Crypto/lib/crypt_md5.c:1.4 Rev: src/modules/_Crypto/lib/desCode.h:1.4 Rev: src/modules/_Crypto/lib/desKerb.c:1.5 Rev: src/modules/_Crypto/lib/desQuick.c:1.6 Rev: src/modules/_Crypto/lib/desTest.c:1.5 Rev: src/modules/_Crypto/lib/desUtil.c:1.4 Rev: src/modules/_Crypto/lib/desdata.c:1.7 Rev: src/modules/_Crypto/lib/desinfo.h:1.5 Rev: src/modules/_Crypto/lib/idea.c:1.8 Rev: src/modules/_Crypto/lib/md2.c:1.5 Rev: src/modules/_Crypto/lib/md4.c:1.3 Rev: src/modules/_Crypto/lib/md5.c:1.5 Rev: src/modules/_Crypto/lib/rijndael.c:1.3 Rev: src/modules/_Crypto/lib/sha.c:1.9 Rev: src/modules/_Crypto/md2.c:1.15 Rev: src/modules/_Crypto/md4.c:1.4 Rev: src/modules/_Crypto/md5.c:1.20 Rev: src/modules/_Crypto/nt.c:1.11 Rev: src/modules/_Crypto/pipe.c:1.24 Rev: src/modules/_Crypto/rijndael.c:1.9 Rev: src/modules/_Crypto/rsa.c:1.27 Rev: src/modules/_Crypto/sha.c:1.23 Rev: src/modules/_Ffmpeg/acconfig.h:1.5 Rev: src/modules/_Ffmpeg/ffmpeg.c:1.11 Rev: src/modules/_Image_FreeType/acconfig.h:1.3 Rev: src/modules/_Image_FreeType/freetype.c:1.9 Rev: src/modules/_Image_GIF/acconfig.h:1.3 Rev: src/modules/_Image_GIF/gif_lzw.c:1.5 Rev: src/modules/_Image_GIF/gif_lzw.h:1.3 Rev: src/modules/_Image_GIF/image_gif.c:1.13 Rev: src/modules/_Image_JPEG/acconfig.h:1.7 Rev: src/modules/_Image_JPEG/image_jpeg.c:1.57 Rev: src/modules/_Image_JPEG/jinclude.h:1.3 Rev: src/modules/_Image_JPEG/transupp.c:1.10 Rev: src/modules/_Image_JPEG/transupp.h:1.6 Rev: src/modules/_Image_TIFF/acconfig.h:1.3 Rev: src/modules/_Image_TIFF/image_tiff.c:1.30 Rev: src/modules/_Image_TTF/acconfig.h:1.5 Rev: src/modules/_Image_TTF/image_ttf.c:1.46 Rev: src/modules/_Image_XFace/acconfig.h:1.5 Rev: src/modules/_Image_XFace/image_xface.c:1.17 Rev: src/modules/_Roxen/acconfig.h:1.3 Rev: src/modules/_Roxen/roxen.c:1.29 Rev: src/modules/_math/acconfig.h:1.4 Rev: src/modules/_math/math.c:1.50 Rev: src/modules/files/acconfig.h:1.18 Rev: src/modules/files/datagram.c:1.8 Rev: src/modules/files/efuns.c:1.116 Rev: src/modules/files/file.c:1.246 Rev: src/modules/files/file.h:1.23 Rev: src/modules/files/file_functions.h:1.23 Rev: src/modules/files/sendfile.c:1.59 Rev: src/modules/files/socket.c:1.66 Rev: src/modules/files/stat.c:1.24 Rev: src/modules/files/termios.c:1.18 Rev: src/modules/files/termios_flags.h:1.4 Rev: src/modules/files/udp.c:1.39 Rev: src/modules/spider/acconfig.h:1.5 Rev: src/modules/spider/defs.h:1.6 Rev: src/modules/spider/discdate.c:1.13 Rev: src/modules/spider/spider.c:1.119 Rev: src/modules/spider/stardate.c:1.15 Rev: src/modules/spider/xml.c:1.54 Rev: src/modules/sprintf/acconfig.h:1.5 Rev: src/modules/sprintf/sprintf.c:1.97 Rev: src/modules/sybase/acconfig.h:1.5 Rev: src/modules/sybase/sybase.c:1.11 Rev: src/modules/sybase/sybase.h:1.6 Rev: src/modules/system/acconfig.h:1.13 Rev: src/modules/system/memory.c:1.17 Rev: src/modules/system/nt.c:1.53 Rev: src/modules/system/passwords.c:1.38 Rev: src/modules/system/syslog.c:1.18 Rev: src/modules/system/system.c:1.128 Rev: src/modules/system/system.h:1.8 Rev: src/multiset.h:1.27 Rev: src/object.c:1.206 Rev: src/object.h:1.74 Rev: src/opcodes.c:1.125 Rev: src/opcodes.h:1.30 Rev: src/operators.c:1.162 Rev: src/operators.h:1.14 Rev: src/patch_cc1.c:1.3 Rev: src/peep.c:1.77 Rev: src/peep.h:1.11 Rev: src/peep_t.c:1.3 Rev: src/pike_cpulib.c:1.4 Rev: src/pike_cpulib.h:1.11 Rev: src/pike_dlfcn.h:1.4 Rev: src/pike_error.h:1.21 Rev: src/pike_macros.h:1.33 Rev: src/pike_memory.c:1.124 Rev: src/pike_memory.h:1.34 Rev: src/pike_search.c:1.11 Rev: src/pike_search.h:1.6 Rev: src/pike_search_engine.c:1.10 Rev: src/pike_search_engine2.c:1.7 Rev: src/pike_threadlib.h:1.22 Rev: src/pike_types.c:1.198 Rev: src/pike_types.h:1.83 Rev: src/pikecode.c:1.7 Rev: src/pikecode.h:1.9 Rev: src/port.c:1.56 Rev: src/port.h:1.46 Rev: src/post_modules/GL/acconfig.h:1.5 Rev: src/post_modules/GL/auto.c.in:1.23 Rev: src/post_modules/GL/autodoc.c:1.7 Rev: src/post_modules/GL/top.c:1.17 Rev: src/post_modules/GLUT/acconfig.h:1.3 Rev: src/post_modules/GLUT/auto.c.in:1.6 Rev: src/post_modules/GLUT/top.c:1.7 Rev: src/post_modules/GTK/acconfig.h:1.8 Rev: src/post_modules/GTK/dummy.c:1.5 Rev: src/post_modules/GTK/gdkeventstrings.h:1.3 Rev: src/post_modules/GTK/pgtk.h:1.29 Rev: src/post_modules/GTK/source/encode_truecolor.c:1.8 Rev: src/post_modules/GTK/source/support.c:1.35 Rev: src/post_modules/SDL/SDL.cmod:1.6 Rev: src/post_modules/SDL/acconfig.h:1.3 Rev: src/post_modules/SDL/constants.h:1.4 Rev: src/post_modules/Shuffler/Shuffler.cmod:1.16 Rev: src/post_modules/Shuffler/a_source_pikestring.c:1.7 Rev: src/post_modules/Shuffler/a_source_system_memory.c:1.7 Rev: src/post_modules/Shuffler/b_source_normal_file.c:1.7 Rev: src/post_modules/Shuffler/c_source_stream.c:1.6 Rev: src/post_modules/Shuffler/d_source_pikestream.c:1.4 Rev: src/post_modules/Shuffler/shuffler.h:1.5 Rev: src/post_modules/Unicode/acconfig.h:1.3 Rev: src/post_modules/Unicode/buffer.c:1.5 Rev: src/post_modules/Unicode/buffer.h:1.4 Rev: src/post_modules/Unicode/hsize.h:1.3 Rev: src/post_modules/Unicode/normalize.c:1.11 Rev: src/post_modules/Unicode/normalize.h:1.3 Rev: src/post_modules/Unicode/split.c:1.3 Rev: src/post_modules/Unicode/split.h:1.3 Rev: src/post_modules/Unicode/unicode_module.cmod:1.5 Rev: src/post_modules/_Image_SVG/acconfig.h:1.3 Rev: src/post_modules/_Image_SVG/svg.c:1.7 Rev: src/preprocessor.h:1.53 Rev: src/program.c:1.449 Rev: src/program.h:1.168 Rev: src/program_areas.h:1.12 Rev: src/program_id.h:1.14 Rev: src/queue.c:1.10 Rev: src/queue.h:1.6 Rev: src/rbtree.c:1.12 Rev: src/rbtree.h:1.8 Rev: src/rbtree_low.h:1.5 Rev: src/rusage.c:1.23 Rev: src/rusage.h:1.9 Rev: src/security.c:1.38 Rev: src/security.h:1.16 Rev: src/signal_handler.c:1.232 Rev: src/signal_handler.h:1.15 Rev: src/smartlink.c:1.14 Rev: src/stralloc.c:1.148 Rev: src/stralloc.h:1.70 Rev: src/stuff.c:1.21 Rev: src/stuff.h:1.16 Rev: src/svalue.c:1.147 Rev: src/svalue.h:1.108 Rev: src/threads.c:1.188 Rev: src/threads.h:1.121 Rev: src/time_stuff.h:1.12 Rev: src/uncompressor.c:1.6 Rev: src/version.c:1.139 Rev: src/version.h:1.326
-