|  Yuichi Nishiwaki | 39a87d1c60 | Merge pull request #131 from KeenS/missing-functions ( ref #130 ) Missing functions | 2014-06-27 09:03:50 +09:00 | 
				
					
						|  Yuichi Nishiwaki | 195ccf199d | [bugfix] make-promise makes a promise that is done all along | 2014-06-27 08:55:02 +09:00 | 
				
					
						|  Yuichi Nishiwaki | a98411cd0b | syntax error around comma | 2014-06-27 08:55:01 +09:00 | 
				
					
						|  stibear | 2526474fb3 | implements delete-duplicates(!) tail-recursively | 2014-06-26 22:44:38 +09:00 | 
				
					
						|  koba-e964 | 5b215eb57a | Make filter tail-recursive | 2014-06-26 18:40:40 +09:00 | 
				
					
						|  Yuito Murase | d39a2eb4c9 | fix bug that filter-map fails when called with multiple clists | 2014-06-26 09:53:30 +09:00 | 
				
					
						|  stibear | 694d5eafe3 | implements (srfi 60) | 2014-06-23 03:11:43 +09:00 | 
				
					
						|  stibear | d765d803cb | implements (srfi 43) | 2014-06-19 03:23:47 +09:00 | 
				
					
						|  stibear | 5f4dcd331c | implements (srfi 8) | 2014-06-19 03:21:53 +09:00 | 
				
					
						|  stibear | 72dabaa24d | correct `pair-for-each` | 2014-06-18 22:00:24 +09:00 | 
				
					
						|  Sunrim KIM (keen) | 6ccfa7ad69 | some bug fixes | 2014-05-29 03:58:04 +09:00 | 
				
					
						|  Yuichi Nishiwaki | 65038c9504 | Merge pull request #120 from KeenS/bytevector-append fix bug of `bytevector-append` | 2014-05-29 01:37:38 +09:00 | 
				
					
						|  Sunrim KIM (keen) | a9c4cefe88 | `quotient` is defined in base | 2014-05-29 01:23:06 +09:00 | 
				
					
						|  Sunrim KIM (keen) | 49e2148d38 | fix bug of `bytevector-append` | 2014-05-29 00:31:40 +09:00 | 
				
					
						|  Sunrim KIM (keen) | b9a783c23e | if `=>` is specified, treat expression as a function | 2014-05-27 17:49:51 +09:00 | 
				
					
						|  Sunrim KIM (keen) | 0fea822ac0 | allow `else` and `=>` keyword in `case` | 2014-05-27 13:24:59 +09:00 | 
				
					
						|  Yuichi Nishiwaki | db1a99c63a | write down list of picrin's standard libraries by hand | 2014-05-21 01:23:43 +09:00 | 
				
					
						|  Yuichi Nishiwaki | e78ad9f452 | split into piclib/CMakeLists.txt | 2014-05-21 00:48:56 +09:00 | 
				
					
						|  Yuichi Nishiwaki | 7132c0714e | support => in cond syntax. close #95 | 2014-04-06 11:59:29 +09:00 | 
				
					
						|  Yuito Murase | 388987c55b | move code from piclib/syntax-rules.scm to piclib/built-in.scm | 2014-04-03 15:40:48 +09:00 | 
				
					
						|  Yuito Murase | 7af2f1e11d | clean up code | 2014-04-03 15:30:42 +09:00 | 
				
					
						|  Yuito Murase | 85db821ad2 | remove definition of number->string | 2014-04-03 02:16:29 +09:00 | 
				
					
						|  Yuito Murase | 8c2e69336e | <literal> superiors to <ellipsis>, when there is conflict | 2014-04-03 02:13:52 +09:00 | 
				
					
						|  Yuito Murase | cf8bf2c32b | fix bug of matching symbol literal | 2014-04-03 01:49:23 +09:00 | 
				
					
						|  Yuito Murase | cb28c52e9b | fix bug on matching string litral | 2014-04-03 01:47:26 +09:00 | 
				
					
						|  Yuito Murase | 1352735f3d | remove redundunt code | 2014-04-02 01:32:24 +09:00 | 
				
					
						|  Yuito Murase | d8ed0b384c | add support match/expand vector | 2014-04-02 01:31:54 +09:00 | 
				
					
						|  Yuito Murase | 7ad3782f3f | bug fix | 2014-04-02 01:16:56 +09:00 | 
				
					
						|  Yuito Murase | 62e887e89c | remove debug code | 2014-04-02 00:07:38 +09:00 | 
				
					
						|  Yuito Murase | 894954117d | fix bugs around matching (... p <ellipsis> ...) pattern | 2014-04-01 23:43:46 +09:00 | 
				
					
						|  Yuito Murase | da7b76a77a | implement syntax-rules need to fix
* number->string
* check-vars
* vector pattern/template | 2014-04-01 01:21:29 +09:00 | 
				
					
						|  stibear | b825da0e5a | implemented completely | 2014-03-26 00:48:46 +09:00 | 
				
					
						|  Yuichi Nishiwaki | 794c87b870 | resolve redefinition warnings | 2014-03-25 14:39:44 +09:00 | 
				
					
						|  Yuichi Nishiwaki | a7ff80090b | delete trailing whitespaces in 1.scm | 2014-03-25 14:32:56 +09:00 | 
				
					
						|  koba-e964 | dfb525157e | [bugfix] circular-list? in srfi-1 circular-list? does not get stuck in an infinite loop if it is given a list such as '(1 2 3 2 3 2 3 2 3 ...). | 2014-03-17 10:43:39 +09:00 | 
				
					
						|  koba-e964 | 21b17cfd59 | [bigfix] circular-list? Fix a bug in circular-list? | 2014-03-17 10:03:29 +09:00 | 
				
					
						|  Yuichi Nishiwaki | 0e1b6d93b4 | load srfi files at init. close #61 | 2014-03-15 20:53:07 +09:00 | 
				
					
						|  Yuichi Nishiwaki | 5b0bce9ce3 | cleanup | 2014-03-15 20:43:22 +09:00 | 
				
					
						|  Yuichi Nishiwaki | d9841a6e16 | Merge pull request #66 from koba-e964/master SRFI 95 Sorting and Merging | 2014-03-15 10:06:31 +09:00 | 
				
					
						|  koba-e964 | 309ac59a7e | [bugfix] merge-sort! merge-sort! returns correct lists.
Sort functions for vectors are not implemented. | 2014-03-15 03:29:58 +09:00 | 
				
					
						|  koba-e964 | 4dd7af5799 | Sort functions for lists There are some bugs in merge-sort!. | 2014-03-15 03:19:23 +09:00 | 
				
					
						|  Yuichi Nishiwaki | 8a9bd366a1 | define display function in C | 2014-03-04 00:12:28 +09:00 | 
				
					
						|  Yuichi Nishiwaki | 078b72ff17 | cleanup | 2014-02-20 20:44:30 +09:00 | 
				
					
						|  stibear | cb1414dfa6 | implemented (scheme lazy) | 2014-02-19 02:18:21 +09:00 | 
				
					
						|  Yuichi Nishiwaki | 54c0ded876 | move (picrin record) to the head of file | 2014-02-19 02:01:02 +09:00 | 
				
					
						|  Yuichi Nishiwaki | ca8a1f3bf7 | export define-record-type from (scheme base) | 2014-02-19 01:59:37 +09:00 | 
				
					
						|  Yuichi Nishiwaki | 9e6612c0cb | s/(scheme record)/(picrin record)/g | 2014-02-19 01:59:22 +09:00 | 
				
					
						|  Yuichi Nishiwaki | f17f2f3a77 | comment out eval redefinition | 2014-02-19 01:59:05 +09:00 | 
				
					
						|  Yuichi Nishiwaki | 0b1438a9da | cleanup | 2014-02-19 01:41:35 +09:00 | 
				
					
						|  stibear | 487b99d2e5 | implemented scheme-record | 2014-02-19 01:22:54 +09:00 |