Skip to content

Regular expression export/import #9976

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions erts/emulator/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,4 @@ include $(ERL_TOP)/make/run_make.mk

include $(ERL_TOP)/make/app_targets.mk

.NOTPARALLEL:
2 changes: 2 additions & 0 deletions erts/emulator/beam/atom.names
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,7 @@ atom existing_processes
atom existing_ports
atom existing
atom exiting
atom export
atom exports
atom extended
atom external
Expand Down Expand Up @@ -603,6 +604,7 @@ atom public
atom queue_size
atom raw
atom re
atom re_exported_pattern
atom re_pattern
atom re_run_trap
atom read_concurrency
Expand Down
5 changes: 5 additions & 0 deletions erts/emulator/beam/bif.tab
Original file line number Diff line number Diff line change
Expand Up @@ -828,3 +828,8 @@ bif erl_debugger:stack_frames/2
bif erl_debugger:peek_stack_frame_slot/4
bif erl_debugger:xregs_count/1
bif erl_debugger:peek_xreg/3

#
# New in 28.1
#
bif re:import/1
Loading
Loading