/[guile]/guile/workbook/policy/api.text
ViewVC logotype

Diff of /guile/workbook/policy/api.text

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by ttn, Sun Mar 24 00:20:19 2002 UTC revision 1.2 by ttn, Wed May 15 12:32:10 2002 UTC
# Line 10  Note that this is NOT an API reference m Line 10  Note that this is NOT an API reference m
10    - gh_ removal    - gh_ removal
11    - malloc policy    - malloc policy
12    - [add here]    - [add here]
13    - Etc
14    
15    
16  * Motivation  * Motivation
# Line 147  set differently.  In other words, you wo Line 148  set differently.  In other words, you wo
148  mechanism to guarantee that the sequence of setting scm_c_malloc and  mechanism to guarantee that the sequence of setting scm_c_malloc and
149  calling scm_string2str can not be interrupted by a different thread that  calling scm_string2str can not be interrupted by a different thread that
150  sets scm_c_malloc to a different value.  sets scm_c_malloc to a different value.
151    
152    
153    * Etc
154    
155    ** goops usage survey
156    
157    To determine what should be the GOOPS C API, we asked what people are using
158    currently.  Andreas Rottmann says:
159    
160    > I use, in my C++ <-> GOOPS bindings:
161    >
162    > scm_load_goops()
163    > scm_make()
164    > scm_basic_make_class()
165    > scm_sys_allocate_instance()
166    > scm_sys_initialize_object()
167    > scm_slot_set_x()
168    > SCM_IS_A_P()
169    > scm_add_method()
170    > scm_generic_function_methods()
171    > scm_method_procedure()
172    > scm_method_specializers()
173    > scm_slot_exists_p()
174    > scm_slot_ref()
175    >
176    > I may have overlooked some.

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26