diff options
author | Patrik Nyblom <[email protected]> | 2013-07-18 10:18:58 +0200 |
---|---|---|
committer | Patrik Nyblom <[email protected]> | 2013-08-09 12:10:30 +0200 |
commit | 6146e7642d4bb9f7c9bb5f8cbca548c1d9667e5c (patch) | |
tree | 024c55cef26cdf0ad167b23d61fee9737177da7b /erts/emulator/beam/atom.names | |
parent | 9cd8b5d2af163f29cf77ae74057789be977f6414 (diff) | |
download | otp-6146e7642d4bb9f7c9bb5f8cbca548c1d9667e5c.tar.gz otp-6146e7642d4bb9f7c9bb5f8cbca548c1d9667e5c.tar.bz2 otp-6146e7642d4bb9f7c9bb5f8cbca548c1d9667e5c.zip |
Add new options to Erlang re interface and mend dupnames
Add notempty_atstart, no_start_optimize, ucp and
never_utf options from new PCRE version.
Use the new notempty_atstart in global matching.
Add inspect/2 function
Correctly handle dupnames when capturing a name, as
in Perl, get the leftmost matching occurence.
Also added all_names, to get all the names in the pattern
in alphabetical (name) order.
To be able to use this in global matching, an inspect
function that can dig out a namelist was added.
Diffstat (limited to 'erts/emulator/beam/atom.names')
-rw-r--r-- | erts/emulator/beam/atom.names | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/erts/emulator/beam/atom.names b/erts/emulator/beam/atom.names index eba1d0fa23..cf8f511b85 100644 --- a/erts/emulator/beam/atom.names +++ b/erts/emulator/beam/atom.names @@ -71,6 +71,7 @@ atom ac atom active atom all atom all_but_first +atom all_names atom alloc_info atom alloc_sizes atom allocated @@ -348,11 +349,13 @@ atom multi_scheduling atom multiline atom name atom named_table +atom namelist atom native_addresses atom Neq='=/=' atom Neqeq='/=' atom net_kernel atom net_kernel_terminated +atom never_utf atom new atom new_index atom new_uniq @@ -378,6 +381,7 @@ atom nosuspend atom no_float atom no_integer atom no_network +atom no_start_optimize atom not atom not_a_list atom not_loaded @@ -388,6 +392,7 @@ atom notalive atom notbol atom noteol atom notempty +atom notempty_atstart atom notify atom notsup atom nouse_stdio @@ -554,6 +559,7 @@ atom true atom tuple atom type atom ucompile +atom ucp atom undef atom ungreedy atom unicode |