|
1 |
| -commit a99b5e69007763e229cc98ecab56eac6aa20522e |
| 1 | +commit 36fe72a6cdf9dd23da39030617b403202f370369 |
| 2 | +Author: Mark Nunberg < [email protected]> |
| 3 | +Date: Mon Jul 6 16:11:56 2015 -0700 |
| 4 | + |
| 5 | + Update embeddded jsonsl |
| 6 | + |
| 7 | +commit b12c325c8d2427f7816c5f956e8fa181c51d865d |
| 8 | +Author: Mark Nunberg < [email protected]> |
| 9 | +Date: Mon Jul 6 16:11:07 2015 -0700 |
| 10 | + |
| 11 | + Version bump: 1.0.6 |
| 12 | + |
| 13 | +commit f88d28651aed9f31bd16c895d9f51bc06cec8f5a |
2 | 14 | Author: Mark Nunberg < [email protected]>
|
3 | 15 | Date: Tue Feb 24 12:35:14 2015 -0500
|
4 | 16 |
|
5 | 17 | Release 1.0.5
|
6 | 18 |
|
| 19 | +commit f20c381f72051b179ea1ea310f4c184b12f4a4c3 |
| 20 | +Author: Mark Nunberg < [email protected]> |
| 21 | +Date: Tue Feb 24 12:51:09 2015 -0500 |
| 22 | + |
| 23 | + RT-102273: Don't crash on undef |
| 24 | + |
| 25 | +commit c25904231e7a4fd9d6abbc70a2ddf35beca5bddd |
| 26 | +Author: Mark Nunberg < [email protected]> |
| 27 | +Date: Tue Feb 24 10:20:03 2015 -0800 |
| 28 | + |
| 29 | + Embed jsonsl source code in library |
| 30 | + |
| 31 | +commit 125ff23a3397420817799ca517c17447a23fd1bc |
| 32 | +Author: Mark Nunberg < [email protected]> |
| 33 | +Date: Tue Feb 24 10:16:30 2015 -0800 |
| 34 | + |
| 35 | + Bump to 1.0.4 |
| 36 | + |
| 37 | +commit b243a7aed99aa5a507bd8a9a7f2915c7ce400ac1 |
| 38 | +Author: Mark Nunberg < [email protected]> |
| 39 | +Date: Sun Dec 21 21:55:39 2014 -0800 |
| 40 | + |
| 41 | + Use stock version of jsonsl |
| 42 | + |
| 43 | + I accidentally used by development tree. |
| 44 | + |
7 | 45 | commit 40158ca94f6ec87635c91101214d03c00b5f495e
|
8 | 46 | Author: Mark Nunberg < [email protected]>
|
9 | 47 | Date: Sun Dec 21 07:50:08 2014 -0800
|
10 | 48 |
|
11 | 49 | Release version 1.0.3
|
12 | 50 |
|
| 51 | +commit 6cabb3c4fbcde64a379f4a84ea17dca88a39be3d |
| 52 | +Author: Mark Nunberg < [email protected]> |
| 53 | +Date: Sun Nov 30 11:08:08 2014 -0800 |
| 54 | + |
| 55 | + Add simple 'json_sl' script (like 'json_pp', 'json_xs', etc.) |
| 56 | + |
| 57 | +commit ecef06059a38c95025eea2eb0216b9fb94f1c0ce |
| 58 | +Author: Mark Nunberg < [email protected]> |
| 59 | +Date: Sun Nov 30 11:06:20 2014 -0800 |
| 60 | + |
| 61 | + Add .gitignore |
| 62 | + |
| 63 | +commit b6b1bbcc32d71de4fe0ba4af9d87a7f3f96ebe29 |
| 64 | +Author: Mark Nunberg < [email protected]> |
| 65 | +Date: Sun Nov 30 11:01:57 2014 -0800 |
| 66 | + |
| 67 | + RT #100564: Mark HV as containing UTF8 keys when necessary |
| 68 | + |
| 69 | + https://rt.cpan.org/Ticket/Display.html?id=100564 |
| 70 | + |
13 | 71 | commit 3e33df65c1c64479f41906ce809a3fd7ffa07c24
|
14 | 72 | Author: Mark Nunberg < [email protected]>
|
15 | 73 | Date: Tue Jul 22 11:14:16 2014 -0700
|
16 | 74 |
|
17 | 75 | Bump to version 1.0.2
|
18 | 76 |
|
| 77 | +commit 20a3362268b09ab4ff0784400530cf198d898b55 |
| 78 | +Author: Mark Nunberg < [email protected]> |
| 79 | +Date: Tue Jul 22 11:12:44 2014 -0700 |
| 80 | + |
| 81 | + Explicitly set state objects to NOMATCH if they don't match |
| 82 | + |
| 83 | + Since the state object potentially contains older state data from a |
| 84 | + previous parse, we might erroneously think the object is a match. Don't |
| 85 | + do this! |
| 86 | + |
19 | 87 | commit 8795e8fa085b6efbbcb0ba9a0fd7f081e80eea40
|
20 | 88 | Author: Mark Nunberg < [email protected]>
|
21 | 89 | Date: Fri Apr 5 12:47:35 2013 -0700
|
22 | 90 |
|
23 | 91 | v1.0.1
|
24 | 92 |
|
| 93 | +commit 72712d665e0b669c124030c69211721cf2230085 |
| 94 | +Author: Mark Nunberg < [email protected]> |
| 95 | +Date: Fri Apr 5 12:44:10 2013 -0700 |
| 96 | + |
| 97 | + Allow callback to attain the root object |
| 98 | + |
| 99 | +commit 454a1e5dc3c33249a8b8b2511854adfce847806f |
| 100 | +Author: Mark Nunberg < [email protected]> |
| 101 | +Date: Fri Dec 14 15:53:54 2012 -0800 |
| 102 | + |
| 103 | + Update MANIFEST to include new tests |
| 104 | + |
25 | 105 | commit ae4d2e59e381fcda7473236fcc19b86396b47756
|
26 | 106 | Author: Mark Nunberg < [email protected]>
|
27 | 107 | Date: Fri Dec 14 15:50:54 2012 -0800
|
28 | 108 |
|
29 | 109 | Tagged for 1.0 release
|
30 | 110 |
|
| 111 | +commit ce76731db39ff24e0c40764e6d6ece03ab194270 |
| 112 | +Author: Mark Nunberg < [email protected]> |
| 113 | +Date: Fri Dec 14 15:49:01 2012 -0800 |
| 114 | + |
| 115 | + Add test for issue #2 |
| 116 | + |
| 117 | +commit c551b540545bec5e47a7fbde8d2ee79fdd11edfb |
| 118 | +Author: Mark Nunberg < [email protected]> |
| 119 | +Date: Fri Dec 14 08:03:00 2012 -0800 |
| 120 | + |
| 121 | + JSON-SL[2]: Allow modifiable JSON-null values |
| 122 | + |
31 | 123 | commit 07b47fc13b3f729bab3e3f291438696f50f6e62d
|
32 | 124 | Author: Mark Nunberg < [email protected]>
|
33 | 125 | Date: Wed Sep 19 09:53:38 2012 -0700
|
34 | 126 |
|
35 | 127 | Prepare for 0.08
|
36 | 128 |
|
| 129 | +commit 55e83030f2e636c3e2304cac2cd7b595e0685486 |
| 130 | +Author: Mark Nunberg < [email protected]> |
| 131 | +Date: Tue Sep 18 10:14:51 2012 -0700 |
| 132 | + |
| 133 | + Fix segfault on multiple streams.. |
| 134 | + |
37 | 135 | commit f7ee3f33f2cc4cf3f6f654707ef451628ef83c79
|
38 | 136 | Author: Mark Nunberg < [email protected]>
|
39 | 137 | Date: Mon Sep 17 11:31:29 2012 -0700
|
40 | 138 |
|
41 | 139 | Fix memory leak for array elements
|
42 | 140 |
|
| 141 | +commit 8df1d893a7f5dd51c87aa6852660abde47101a0a |
| 142 | +Author: Mark Nunberg < [email protected]> |
| 143 | +Date: Sun Apr 8 15:49:40 2012 -0700 |
| 144 | + |
| 145 | + Fixed numeric code (allow -0 to be accepted). Bump version |
| 146 | + |
| 147 | +commit ee3f8a2fee00bee3a179a76585c9a562db3764e3 |
| 148 | +Author: Mark Nunberg < [email protected]> |
| 149 | +Date: Sun Apr 8 01:38:01 2012 -0700 |
| 150 | + |
| 151 | + Added some tuba tests. |
| 152 | + |
| 153 | + Initialize hashrefs to &PL_sv_undef rather than &PL_sv_placeholder. |
| 154 | + Also fixed numeric handling..q |
| 155 | + |
| 156 | +commit 3454ad8ec2fcdc4c66920f638a8b11ba87fcbdb4 |
| 157 | +Author: Mark Nunberg < [email protected]> |
| 158 | +Date: Fri Apr 6 16:37:53 2012 -0700 |
| 159 | + |
| 160 | + submodule again? |
| 161 | + |
43 | 162 | commit 87f4838c5f5952c0a10fb93149922ed95393ada5
|
44 | 163 | Author: Mark Nunberg < [email protected]>
|
45 | 164 | Date: Fri Apr 6 16:29:03 2012 -0700
|
46 | 165 |
|
47 | 166 | submodule test
|
48 | 167 |
|
| 168 | +commit 1a2501d66bd76c7e6b664c03f89690ced9d07d40 |
| 169 | +Author: Mark Nunberg < [email protected]> |
| 170 | +Date: Fri Apr 6 04:56:13 2012 -0700 |
| 171 | + |
| 172 | + Tuba tuba tuba. also fixed compiler warnings and some more docs |
| 173 | + |
49 | 174 | commit 288c839fdb9e9b2a215460eb66468789a92c00bc
|
50 | 175 | Author: Mark Nunberg < [email protected]>
|
51 | 176 | Date: Wed Apr 4 02:13:14 2012 -0700
|
|
0 commit comments