This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff -ur ../../temp/kenjis-my-ciunit-27a0665997a8/application/third_party/CIUnit/config/config.php src/application/third_party/CIUnit/config/config.php | |
--- ../../temp/kenjis-my-ciunit-27a0665997a8/application/third_party/CIUnit/config/config.php 2012-01-18 01:27:00.000000000 +0900 | |
+++ src/application/third_party/CIUnit/config/config.php 2013-04-03 17:56:13.738279800 +0900 | |
@@ -8,6 +8,8 @@ | |
*/ | |
$config['ciu_subclass_prefix'] = 'CIU_'; | |
+$config['log_threshold'] = 4; | |
+$config['log_path'] = 'logs/'; | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/Gauche/bin/gosh | |
(use text.html-lite) | |
(use rfc.http) | |
(use rfc.uri) | |
(use www.cgi) | |
(use sxml.ssax) | |
(use sxml.sxpath) | |
(load "htmlprag.scm") | |
(use srfi-27) ; random-integer |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!"C:\xampp\perl\bin\perl.exe" | |
print "Content-type: text/html\n\n"; | |
use strict; | |
use warnings; | |
use threads; | |
use threads::shared; | |
use Thread::Semaphore; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/configure.ac b/configure.ac | |
index aa17d7c..619a920 100644 | |
--- a/configure.ac | |
+++ b/configure.ac | |
@@ -199,6 +199,14 @@ case $GAUCHE_THREAD_TYPE in | |
THREADDLLIBS="-lpthread -lrt" | |
GAUCHE_THREAD_TYPE=pthreads | |
;; | |
+ *-*-openbsd*) | |
+ AC_DEFINE(GC_OPENBSD_THREADS,1,[Define to use OpenBSD threads]) |
NewerOlder