~clint-fewbar/ubuntu/precise/erlang/merge-15b

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Sergei Golovan
  • Date: 2011-12-15 19:20:10 UTC
  • mfrom: (1.1.18) (3.5.15 sid)
  • mto: (3.5.16 sid)
  • mto: This revision was merged to the branch mainline in revision 33.
  • Revision ID: package-import@ubuntu.com-20111215192010-jnxcfe3tbrpp0big
Tags: 1:15.b-dfsg-1
* New upstream release.
* Upload to experimental because this release breaks external drivers
  API along with ABI, so several applications are to be fixed.
* Removed SSL patch because the old SSL implementation is removed from
  the upstream distribution.
* Removed never used patch which added native code to erlang beam files.
* Removed the erlang-docbuilder binary package because the docbuilder
  application was dropped by upstream.
* Documented dropping ${erlang-docbuilder:Depends} substvar in
  erlang-depends(1) manpage.
* Made erlang-base and erlang-base-hipe provide virtual package
  erlang-abi-15.b (the number means the first erlang version, which
  provides current ABI).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#
2
2
# %CopyrightBegin%
3
3
#
4
 
# Copyright Ericsson AB 1996-2010. All Rights Reserved.
 
4
# Copyright Ericsson AB 1996-2011. All Rights Reserved.
5
5
#
6
6
# The contents of this file are subject to the Erlang Public License,
7
7
# Version 1.1, (the "License"); you may not use this file except in
87
87
bif 'erl.lang.proc':signal/2            ebif_signal_2 exit_2
88
88
bif erlang:external_size/1
89
89
bif 'erl.lang.term':external_size/1     ebif_external_size_1
 
90
bif erlang:external_size/2
 
91
bif 'erl.lang.term':external_size/2     ebif_external_size_2
90
92
ubif erlang:float/1
91
93
ubif 'erl.lang.number':to_float/1       ebif_to_float_1 float_1
92
94
bif erlang:float_to_list/1
158
160
bif 'erl.util.crypt.md5':update/2       ebif_md5_update_2
159
161
bif erlang:md5_final/1
160
162
bif 'erl.util.crypt.md5':final/1        ebif_md5_final_1
161
 
bif erlang:memory/0
162
 
bif 'erl.lang':memory/0                 ebif_memory_0
163
 
bif erlang:memory/1
164
 
bif 'erl.lang':memory/1                 ebif_memory_1
165
163
bif erlang:module_loaded/1
166
164
bif 'erl.system.code':is_loaded/1       ebif_is_loaded_1 module_loaded_1
167
165
bif erlang:function_exported/3
660
658
bif 'erl.system.debug':display/1 ebif_erts_debug_display_1
661
659
bif erts_debug:dist_ext_to_term/2
662
660
bif 'erl.system.debug':dist_ext_to_term/2 ebif_erts_debug_dist_ext_to_term_2
 
661
bif erts_debug:instructions/0
663
662
 
664
663
#
665
664
# Monitor testing bif's...
801
800
bif prim_file:internal_native2name/1
802
801
bif prim_file:internal_normalize_utf8/1
803
802
bif file:native_name_encoding/0
 
803
 
 
804
#
 
805
# New in R14B04.
 
806
#
 
807
bif erlang:check_old_code/1
 
808
 
 
809
 
 
810
#
 
811
# New in R15B
 
812
#
 
813
bif erlang:universaltime_to_posixtime/1
 
814
bif erlang:posixtime_to_universaltime/1
804
815
#
805
816
# Obsolete
806
817
#