aboutsummaryrefslogtreecommitdiff
path: root/src/gleam_stdlib.erl
Commit message (Collapse)AuthorAge
* make `regex.scan`'s behavior consistent across targets (#423)shayan javani2023-03-14
|
* fix erlang string.inspect and io.debug to correctly escape ", \, \r, \n, ↵inoas2022-12-23
| | | | \r\n and \t
* return resultshayan javani2022-12-21
|
* tweak namesMcKayla Washburn2022-12-05
|
* add e variants to gleam/io for printing to stderrMcKayla Washburn2022-12-05
|
* remove erlang ffi decode_thunk as it seems to be used nowhereinoas2022-11-23
|
* Regex use ucp flag because they use unicode flag (#357)inoas2022-10-27
|
* remove unecessary conversioninoas2022-10-27
|
* fix regex.scan to work correclty with utf8 stringsinoas2022-10-27
|
* inspect output syntaxinoas2022-08-11
|
* names, csinoas2022-08-11
|
* simplify codeinoas2022-08-11
|
* single pass proper/improper list inspectioninoas2022-08-11
|
* remove unreachable codeinoas2022-08-11
|
* //erl[1,2|3] output for inspecting improper Erlang listsinoas2022-08-11
|
* 2 dots instead of 3inoas2022-08-11
|
* Use different syntax for improper listsLouis Pilfold2022-08-10
|
* csinoas2022-08-10
|
* fix inspect on improper listsinoas2022-08-10
|
* Change implementation of bit_string.concat (#314)Sebastian Porto2022-06-27
|
* Inspect bit stringsLouis Pilfold2022-06-15
|
* JavaScript: fix string_builder.reverse, cleanup (#300)inoas2022-06-07
|
* Fix int.power and float.power functions (#302)Nicklas Sindlev Andersen2022-06-07
|
* add string.inspect() (#296)inoas2022-05-17
|
* Move test FFI to test moduleLouis Pilfold2022-03-01
|
* Fix field errorLouis Pilfold2022-01-14
|
* Fix unicode printingLouis Pilfold2022-01-14
|
* Set path in element and field functionsLouis Pilfold2022-01-01
|
* Add path to DecodeError, return multiple decode errorsLouis Pilfold2022-01-01
|
* Use Erlang uri parserLouis Pilfold2021-09-15
|
* Fix ErlangLouis Pilfold2021-09-11
|
* JS decode field for objectsLouis Pilfold2021-09-11
|
* JS result decodingLouis Pilfold2021-09-10
|
* In Gleam tuple decodingLouis Pilfold2021-09-10
|
* Move tuple decoding into GleamLouis Pilfold2021-09-09
|
* Improve error messagesLouis Pilfold2021-09-09
|
* Fix typeLouis Pilfold2021-09-09
|
* Negative indexes in ErlangLouis Pilfold2021-09-09
|
* JS dynamic elementLouis Pilfold2021-09-09
|
* URI percent encode and decode for JSLouis Pilfold2021-09-07
|
* JS parse queryLouis Pilfold2021-09-04
|
* Regex Erlang fixLouis Pilfold2021-08-27
|
* Regex compileLouis Pilfold2021-08-27
|
* Switch to upper case type namesMichael Jones2021-08-13
| | | | | | | | | | | | As suggested by Louis Pilfold. As Gleam generally uses upper case. Also adjust the string handling so that we don't return an error saying 'BitString'. Use 'String' instead of 'binary' as we want to lean towards Gleam terminology instead of exposing the underlying erlang names.
* Improve dynamic decoding errorMichael Jones2021-08-13
| | | | | | | | | | | Instead of returning a string we return a structured error. We update all the call sites and tests. I'm assuming that changing to <<>> string syntax is ok but I don't actually understand the ramifications. For gleam/issues#1226
* Bit string sliceLouis Pilfold2021-08-08
|
* bit_string.concatLouis Pilfold2021-08-08
|
* Remove get line FFILouis Pilfold2021-07-31
|
* Move atom module to gleam_erlang libraryLouis Pilfold2021-07-31
|
* Convert more string functionsLouis Pilfold2021-07-22
|