~ubuntu-branches/ubuntu/intrepid/ruby1.8/intrepid-updates

« back to all changes in this revision

Viewing changes to ext/dl/dl.def

  • Committer: Bazaar Package Importer
  • Author(s): akira yamada
  • Date: 2007-03-13 22:11:58 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20070313221158-h3oql37brlaf2go2
Tags: 1.8.6-1
* new upstream version, 1.8.6.
* libruby1.8 conflicts with libopenssl-ruby1.8 (< 1.8.6) (closes: #410018)
* changed packaging style to cdbs from dbs.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
EXPORTS
 
2
Init_dl
 
3
dlfree
 
4
dlmalloc
 
5
dlrealloc
 
6
dlstrdup
 
7
rb_ary_to_ptr
 
8
rb_dl_dlopen
 
9
rb_dl_malloc
 
10
rb_dl_strdup
 
11
rb_eDLError
 
12
rb_eDLTypeError
 
13
rb_io_to_ptr
 
14
rb_mDL
 
15
rb_str_to_ptr
 
16
Init_dlhandle
 
17
rb_cDLHandle
 
18
rb_dlhandle_close
 
19
rb_dlhandle_disable_close
 
20
rb_dlhandle_enable_close
 
21
rb_dlhandle_sym
 
22
Init_dlptr
 
23
rb_cDLPtrData
 
24
rb_dlmem_each
 
25
rb_dlptr2cptr
 
26
rb_dlptr_malloc
 
27
rb_dlptr_aref
 
28
rb_dlptr_aset
 
29
rb_dlptr_cmp
 
30
rb_dlptr_define_data_type
 
31
rb_dlptr_define_struct
 
32
rb_dlptr_define_union
 
33
rb_dlptr_eql
 
34
rb_dlptr_free_get
 
35
rb_dlptr_free_set
 
36
rb_dlptr_get_data_type
 
37
rb_dlptr_inspect
 
38
rb_dlptr_minus
 
39
rb_dlptr_new
 
40
rb_dlptr_new2
 
41
rb_dlptr_null_p
 
42
rb_dlptr_plus
 
43
rb_dlptr_ptr
 
44
rb_dlptr_ref
 
45
rb_dlptr_to_array
 
46
rb_dlptr_to_i
 
47
rb_dlptr_to_s
 
48
rb_dlptr_to_str
 
49
rb_mDLMemorySpace
 
50
Init_dlsym
 
51
rb_cDLSymbol
 
52
rb_dlsym2csym
 
53
rb_dlsym_call
 
54
rb_dlsym_cproto
 
55
rb_dlsym_inspect
 
56
rb_dlsym_name
 
57
rb_dlsym_new
 
58
rb_dlsym_proto
 
59
rb_dlsym_to_ptr