| Commit message (Expand) | Author | Age |
* | JSON instance for times, based on RFC 3339 (because Google APIs use it) | Adam Chlipala | 2019-10-11 |
* | JSON records with optional fields | Adam Chlipala | 2019-10-11 |
* | Optimize JSON unescaping for server-side execution | Adam Chlipala | 2019-10-05 |
* | Add Step attribute to crange; fix tests for cnumber and crange | Mark Clements | 2019-10-04 |
* | Unicode escapes in JSON | Adam Chlipala | 2019-09-25 |
* | Datetime.ord_month | Adam Chlipala | 2019-08-10 |
* | Remove a misleading comment (#175) | Adam Chlipala | 2019-07-26 |
* | Don't escape slashes for JSON | Adam Chlipala | 2019-03-27 |
* | List.mapConcat and mapConcatM | Adam Chlipala | 2019-02-12 |
* | List.searchM and ListPair.unzip | Adam Chlipala | 2019-02-10 |
* | Top: foldR4 and mapX4 | Adam Chlipala | 2019-02-09 |
* | Option.mapM | Adam Chlipala | 2019-01-24 |
* | Basis.textOfBlob; try creating filecache directory if it doesn't exist | Adam Chlipala | 2019-01-21 |
* | ListPair.mapM | Adam Chlipala | 2018-12-31 |
* | Merge pull request #146 from fabriceleal/utf-icu | Adam Chlipala | 2018-12-19 |
|\ |
|
* | | List.assocAddSorted | Adam Chlipala | 2018-12-14 |
| * | exhaustive testing brought to selenium. bug fix in isspace. useful function t... | fab | 2018-12-11 |
| * | reject invalid codepoints. Basis.iscodepoint. fix german char in js | fab | 2018-11-30 |
* | | List.mapMi | Adam Chlipala | 2018-11-04 |
|/ |
|
* | unsafeSerialized[To|From]String | Adam Chlipala | 2018-10-19 |
* | List.allM | Adam Chlipala | 2018-08-25 |
* | Merge pull request #134 from steinuil/json-single-quote | Adam Chlipala | 2018-08-17 |
|\ |
|
| * | removed invalid JSON escape character | steinuil | 2018-08-04 |
* | | offsetX, offsetY | Fabrice Leal | 2018-07-09 |
|/ |
|
* | Merge pull request #126 from majorseitan/master | Adam Chlipala | 2018-06-04 |
|\ |
|
* \ | Merge pull request #127 from ashalkhakov/cradio | Adam Chlipala | 2018-06-04 |
|\ \ |
|
| | * | Merge branch 'master' into master | major seitan | 2018-06-02 |
| | |\
| |_|/
|/| | |
|
* | | | Remove insecure crypto function (closes #114) | Adam Chlipala | 2018-05-29 |
| * | | Adding: cradio (support for client-side radio box). | Artyom Shalkhakov | 2018-05-28 |
|/ / |
|
| * | Handling of JSON escape characters | majorseitan@blockfreie.org | 2018-05-26 |
| * | Handling of JSON escape characters | majorseitan@blockfreie.org | 2018-04-15 |
|/ |
|
* | Handling of JSON escape characters | majorseitan@blockfreie.org | 2018-04-14 |
* | List.findM | Adam Chlipala | 2018-04-14 |
* | List.existsM | Adam Chlipala | 2018-04-14 |
* | Added oninput event to inputs which support it. | Vladimir Shabanov | 2017-12-05 |
* | Button: disabled attribute; allowing number entry using HTML5 widgets | Artyom Shalkhakov | 2017-02-21 |
* | Option.app | Adam Chlipala | 2017-02-01 |
* | List.appi | Adam Chlipala | 2017-01-25 |
* | Add 'placeholder' attribute for textareas | Adam Chlipala | 2017-01-02 |
* | Use 'id' attribute for <form> | Adam Chlipala | 2016-12-31 |
* | Add mapUX_rev | Adam Chlipala | 2016-09-24 |
* | Remove 'Value' attributes for AJAX-y UI widgets, because they should use 'Sou... | Adam Chlipala | 2016-09-01 |
* | Json: parse records with extra fields | Adam Chlipala | 2016-08-27 |
* | Import Json module from old Meta library (thanks to Edward Z. Yang for code c... | Adam Chlipala | 2016-08-26 |
* | Switch to expected order for [queryL] | Adam Chlipala | 2016-07-01 |
* | abs and floor added | Karen Sargsyan | 2016-05-23 |
* | asin, acos, atan, atan2 added | Karen Sargsyan | 2016-05-22 |
* | Some basic math functions: pow, sqrt, sin, cos, log, exp are added to work at... | Karen Sargsyan | 2016-05-21 |
* | Support for <meta> tags | Adam Chlipala | 2016-05-15 |
* | Resource integrity attributes for HTML link element. http://www.w3.org/TR/201... | Alexander Abushkevich | 2016-03-10 |