- Nov 11, 2000
-
-
Johan Sundström authored
Rev: lib/modules/Protocols.pmod/LysKOM.pmod/Session.pike:1.22
-
Johan Sundström authored
Rev: lib/modules/Protocols.pmod/LysKOM.pmod/Helper.pmod:1.6
-
- Nov 10, 2000
-
-
Stefan Wallström authored
Rev: src/modules/Oracle/oracle.c:1.49
-
Henrik (Grubba) Grubbström authored
Rev: src/modules/Oracle/configure.in:1.29
-
- Nov 08, 2000
-
-
Fredrik Hübinette (Hubbe) authored
Rev: lib/modules/Calendar.pmod/mkrules.pike:1.6
-
Fredrik Hübinette (Hubbe) authored
Rev: src/language.yacc:1.219 Rev: src/program.c:1.281
-
Fredrik Hübinette (Hubbe) authored
Rev: src/array.c:1.93 Rev: src/docode.c:1.84 Rev: src/encode.c:1.77 Rev: src/mapping.c:1.111 Rev: src/multiset.c:1.29
-
Fredrik Noring authored
Rev: NT/tools/lib.pike:1.17
-
- Nov 07, 2000
-
-
Stefan Wallström authored
Rev: src/modules/Oracle/oracle.c:1.48
-
- Nov 06, 2000
-
-
David Hedbor authored
Rev: src/modules/spider/spider.c:1.100
-
Per Hedbor authored
o Added `() method in Thread, and inherit thread_id, it's thus possible to write a program like this: void foo() { werror("thread\n"); sleep(2); } void main(int argc, array argv) { Thread t = Thread( foo ); t->wait(); } Also, added _sprintf() methods to most of the classes (Queue et.al.) Rev: lib/modules/Thread.pmod:1.25
-
Per Hedbor authored
Added is_file member to Stdio.File. It's true if the file is a file and not a socket or a pipe. This is in turn used by Stdio.sendfile to avoid non-blocking I/O on files (since it does not make all that much sense, really, and it's slower than blocking I/O) Rev: lib/modules/Stdio.pmod/module.pmod:1.91
-
Martin Stjernholm authored
Rev: src/threads.c:1.144
-
Mirar (Pontus Hagland) authored
Rev: lib/modules/Protocols.pmod/HTTP.pmod/Query.pike:1.23
-
Henrik (Grubba) Grubbström authored
Rev: src/main.c:1.106 Rev: src/main.h:1.14 Rev: src/threads.c:1.143
-
Martin Stjernholm authored
correspond with the manual. Rev: lib/modules/Thread.pmod:1.24
-
Martin Stjernholm authored
Rev: src/threads.c:1.142
-
Martin Stjernholm authored
thread_create -> Thread.thread_create, thread_local -> Thread.Local, all_threads -> Thread.all_threads, this_thread -> Thread.this_thread. Rev: tutorial/tutorial.wmml:1.212
-
Martin Nilsson authored
Rev: src/testsuite.in:1.347
-
Martin Nilsson authored
Rev: lib/modules/Graphics.pmod/Graph.pmod/test.pike:1.6
-
Martin Nilsson authored
Rev: lib/modules/Graphics.pmod/Graph.pmod/module.pmod:1.5
-
- Nov 05, 2000
-
-
Martin Nilsson authored
Rev: lib/modules/Graphics.pmod/Graph.pmod/test.pike:1.5
-
Martin Nilsson authored
Rev: src/testsuite.in:1.346
-
Henrik (Grubba) Grubbström authored
This should fix a few warnings. Rev: src/modules/HTTPLoop/accept_and_parse.c:1.20 Rev: src/modules/HTTPLoop/cache.c:1.15 Rev: src/modules/HTTPLoop/cache.h:1.8
-
Mirar (Pontus Hagland) authored
Rev: src/testsuite.in:1.345
-
Johan Sundström authored
Backwards-incompatible change: the set-cookie header is from now on always an array(string) when present, not a string. Rev: lib/modules/Protocols.pmod/HTTP.pmod/Query.pike:1.22
-
Johan Sundström authored
Rev: lib/modules/Protocols.pmod/HTTP.pmod/Query.pike:1.21
-
- Nov 04, 2000
-
-
Henrik (Grubba) Grubbström authored
Fixes [bug 660]. Rev: lib/modules/Tools.pmod/Hilfe.pmod:1.17
-
Henrik (Grubba) Grubbström authored
Rev: src/language.yacc:1.218
-
Henrik (Grubba) Grubbström authored
Fixes the f(x, lambda(array(y z))); bug. Rev: src/language.yacc:1.217
-
Martin Stjernholm authored
which I think should trig it but doesn't. Rev: src/testsuite.in:1.344
-
- Nov 03, 2000
-
-
Henrik (Grubba) Grubbström authored
Rev: src/modules/HTTPLoop/util.c:1.7
-
Fredrik Noring authored
Rev: src/configure.in:1.432
-
Henrik (Grubba) Grubbström authored
-
Henrik (Grubba) Grubbström authored
Rev: src/modules/Oracle/configure.in:1.28
-
Henrik (Grubba) Grubbström authored
/usr/lib/dld.sl: Can't shl_load() a library containing Thread Local Storage: /usr/lib/libcl.2 Fixes [bug 650].
-
Henrik (Grubba) Grubbström authored
/usr/lib/dld.sl: Can't shl_load() a library containing Thread Local Storage: /usr/lib/libcl.2 Fixes [bug 650]. Rev: src/modules/Oracle/configure.in:1.27
-
Fredrik Noring authored
Added automatic inclusion of Windows DLL files found in the build directory (for example libmySQL.dll). Rev: bin/install.pike:1.74
-
- Nov 02, 2000
-
-
Henrik (Grubba) Grubbström authored
Rev: src/program.c:1.280
-
Henrik (Grubba) Grubbström authored
Rev: src/modules/HTTPLoop/requestobject.c:1.15
-