- Nov 14, 2000
-
-
Fredrik Noring authored
Rev: bin/mkpackage.pike:1.10
-
- Nov 13, 2000
-
-
Martin Stjernholm authored
Rev: tutorial/tutorial.wmml:1.213
-
Mirar (Pontus Hagland) authored
Rev: lib/modules/Protocols.pmod/IRC.pmod/module.pmod:1.1
-
Mirar (Pontus Hagland) authored
Rev: lib/modules/Calendar.pmod/Time.pmod:1.8 Rev: lib/modules/Calendar.pmod/YMD.pmod:1.19
-
Mirar (Pontus Hagland) authored
Rev: lib/modules/Calendar.pmod/Event.pmod:1.11
-
Martin Nilsson authored
Rev: lib/modules/Sql.pmod/sql_result.pike:1.8
-
- Nov 12, 2000
-
-
Mirar (Pontus Hagland) authored
Rev: lib/modules/Protocols.pmod/IRC.pmod/Client.pike:1.5 Rev: lib/modules/Protocols.pmod/IRC.pmod/Raw.pike:1.5 Rev: lib/modules/Protocols.pmod/IRC.pmod/Requests.pmod:1.4
-
Andreas Sigfridsson authored
Rev: src/opcodes.c:1.92
-
Fredrik Hübinette (Hubbe) authored
Rev: bin/mktestsuite:1.15 Rev: src/operators.c:1.112
-
- Nov 11, 2000
-
-
Johan Sundström authored
Rev: lib/modules/Protocols.pmod/LysKOM.pmod/Session.pike:1.23
-
Johan Sundström authored
Rev: lib/modules/Protocols.pmod/LysKOM.pmod/ProtocolTypes.pmod:1.8
-
Johan Sundström authored
Rev: lib/modules/Protocols.pmod/LysKOM.pmod/Request.pmod:1.8
-
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
-