~ubuntu-branches/ubuntu/lucid/erlang/lucid-proposed

« back to all changes in this revision

Viewing changes to erts/emulator/beam/bif.tab

  • Committer: Bazaar Package Importer
  • Author(s): Sergei Golovan
  • Date: 2009-06-11 12:18:07 UTC
  • mfrom: (1.2.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20090611121807-ks7eb4xrt7dsysgx
Tags: 1:13.b.1-dfsg-1
* New upstream release.
* Removed unnecessary dependency of erlang-os-mon on erlang-observer and
  erlang-tools and added missing dependency of erlang-nox on erlang-os-mon
  (closes: #529512).
* Removed a patch to eunit application because the bug was fixed upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
595
595
bif 'erl.system.os':getenv/1    ebif_os_getenv_1
596
596
bif os:getpid/0
597
597
bif 'erl.system.os':pid/0       ebif_os_pid_0 os_getpid_0
 
598
bif os:timestamp/0
 
599
bif 'erl.system.os':timestamp/0 ebif_os_timestamp_0 os_timestamp_0
598
600
 
599
601
#
600
602
# Bifs in the erl_ddll module (the module actually does not exist)
648
650
bif 'erl.system.debug':set_internal_state/2 ebif_erts_debug_set_internal_state_2
649
651
bif erts_debug:display/1
650
652
bif 'erl.system.debug':display/1 ebif_erts_debug_display_1
651
 
 
652
 
 
 
653
bif erts_debug:dist_ext_to_term/2
 
654
bif 'erl.system.debug':dist_ext_to_term/2 ebif_erts_debug_dist_ext_to_term_2
653
655
 
654
656
#
655
657
# Monitor testing bif's...
731
733
bif erlang:binary_to_atom/2
732
734
bif erlang:binary_to_existing_atom/2
733
735
bif net_kernel:dflag_unicode_io/1
734
 
 
 
736
#
 
737
# New Bifs in R13B-1
 
738
#
 
739
bif ets:give_away/3
 
740
bif ets:setopts/2
735
741
 
736
742
#
737
743
# Obsolete