~ubuntu-branches/ubuntu/intrepid/ecl/intrepid

« back to all changes in this revision

Viewing changes to msvc/ecl.def

  • Committer: Bazaar Package Importer
  • Author(s): Peter Van Eynde
  • Date: 2007-04-09 11:51:51 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20070409115151-ql8cr0kalzx1jmla
Tags: 0.9i-20070324-2
Upload to unstable. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
 
7
7
        cl_alloc_object
8
8
        cl_alloc_instance
9
 
        make_cons
 
9
        ecl_cons
10
10
        si_gc
11
11
        si_gc_dump
 
12
        si_set_finalizer
 
13
        si_get_finalizer
12
14
 
13
15
        ; all_symbols
14
16
 
43
45
        si_aset
44
46
        si_make_pure_array
45
47
 
46
 
        object_to_index
47
 
        aref
48
 
        aref1
49
 
        aset
50
 
        aset1
51
 
        array_allocself
52
 
        adjust_displaced
53
 
        array_elttype
 
48
        ecl_to_index
 
49
        ecl_aref
 
50
        ecl_aref1
 
51
        ecl_aset
 
52
        ecl_aset1
 
53
        ecl_array_allocself
 
54
        ecl_array_elttype
54
55
        ecl_symbol_to_elttype
55
56
        ecl_elttype_to_symbol
56
57
        ecl_copy_subarray
67
68
        si_put_sysprop
68
69
        si_rem_sysprop
69
70
 
70
 
        clear_compiler_properties
 
71
        ecl_clear_compiler_properties
71
72
 
72
73
 
73
74
        ; big.c
135
136
        cl_standard_char_p
136
137
        cl_upper_case_p
137
138
 
 
139
        ecl_alpha_char_p        
 
140
        ecl_alphanumericp
 
141
        ecl_both_case_p
 
142
        ecl_char_downcase
 
143
        ecl_char_upcase
 
144
        ecl_graphic_char_p
 
145
        ecl_lower_case_p
 
146
        ecl_standard_char_p
 
147
        ecl_upper_case_p
 
148
        ecl_base_char_p
 
149
 
138
150
        ;ecl_base_string_case
139
 
        char_code
140
 
        digitp
141
 
        char_eq
142
 
        char_cmp
143
 
        char_equal
144
 
        char_compare
 
151
        ecl_char_code
 
152
        ecl_base_char_code
 
153
        ecl_digitp
 
154
        ecl_char_eq
 
155
        ecl_char_cmp
 
156
        ecl_char_equal
 
157
        ecl_char_compare
145
158
        ecl_digit_char
146
159
 
 
160
        ; cleanup.c
 
161
 
 
162
        ;si_get_finalizer
 
163
        ;si_set_finalizer
 
164
 
147
165
        ; clos.c
148
166
 
149
167
        cl_find_class
153
171
 
154
172
        si_specialp
155
173
 
156
 
        ifloor
157
 
        imod
158
 
        object_to_char
159
 
        object_to_fixnum
160
 
        object_to_unsigned_integer
161
 
        object_to_float
162
 
        object_to_double
163
 
        aref_bv
164
 
        aset_bv
 
174
        ecl_ifloor
 
175
        ecl_imod
 
176
        ecl_to_char
 
177
        ecl_to_fixnum
 
178
        ecl_to_unsigned_integer
 
179
        ecl_to_float
 
180
        ecl_to_double
 
181
        ecl_aref_bv
 
182
        ecl_aset_bv
165
183
        cl_throw
166
184
        cl_return_from
167
185
        cl_go
177
195
        si_valid_function_name_p
178
196
        si_process_declarations
179
197
 
180
 
        make_lambda
181
198
        si_eval_with_env
182
199
 
183
200
        ; interpreter.c
197
214
        cl_stack_push_values
198
215
        cl_stack_pop_values
199
216
 
200
 
        lambda_apply
201
 
        interpret
 
217
        ecl_apply_lambda
 
218
        ecl_interpret
202
219
 
203
220
        ; disassembler.c
204
221
 
210
227
        cl_error
211
228
        cl_cerror
212
229
 
213
 
        internal_error
214
 
        cs_overflow
215
 
        error
 
230
        ecl_internal_error
 
231
        ecl_cs_overflow
216
232
        FEprogram_error
217
233
        FEcontrol_error
218
234
        FEreader_error
234
250
        FElibc_error
235
251
        FEwin32_error
236
252
        CEerror
237
 
        illegal_index
 
253
        FEillegal_index
238
254
 
239
255
        ; eval.c
240
256
 
250
266
        cl_constantp
251
267
 
252
268
        cl_apply_from_stack
253
 
        link_call
 
269
        _ecl_link_call
254
270
 
255
271
        ; ffi.c
256
272
 
338
354
        cl_file_length
339
355
        ecl_file_column
340
356
        ecl_make_stream_from_fd
 
357
        ecl_stream_to_handle
341
358
 
342
359
 
343
360
        ; format.c
353
370
 
354
371
        ;si_set_funcallable
355
372
        si_generic_function_p
356
 
        si_set_compiled_function_name
357
373
 
358
 
        compute_method
 
374
        _ecl_compute_method
359
375
 
360
376
 
361
377
        ; hash.c
380
396
        ;hash_eq
381
397
        ;hash_eql
382
398
        ;hash_equal
383
 
        sethash
384
 
        gethash
385
 
        gethash_safe
386
 
        remhash
 
399
        ecl_sethash
 
400
        ecl_gethash
 
401
        ecl_gethash_safe
 
402
        ecl_remhash
387
403
        ecl_search_hash
388
404
 
389
405
        ; instance.c
402
418
        si_instance_sig_set
403
419
 
404
420
        ecl_allocate_instance
405
 
        instance_ref
406
 
        instance_set
 
421
        ecl_instance_ref
 
422
        ecl_instance_set
407
423
        si_copy_instance
408
424
 
409
425
 
482
498
        cl_assoc
483
499
 
484
500
        ;list_length
485
 
        append
486
 
        endp
487
 
        nth
488
 
        nthcdr
489
 
        nconc
490
 
        member_eq
491
 
        memql
492
 
        member
493
 
        assq
494
 
        assql
495
 
        assoc
496
 
        assqlp
 
501
        ecl_append
 
502
        ecl_endp
 
503
        ecl_nth
 
504
        ecl_nthcdr
 
505
        ecl_nconc
 
506
        ecl_member_eq
 
507
        ecl_memql
 
508
        ecl_member
 
509
        ecl_assq
 
510
        ecl_assql
 
511
        ecl_assoc
 
512
        ecl_assqlp
497
513
        ecl_remove_eq
498
514
        ecl_delete_eq
499
515
 
531
547
        ecl_self                DATA
532
548
        cl_boot
533
549
        cl_shutdown
 
550
        ecl_get_commandline_args
534
551
 
535
552
 
536
553
        ; mapfun.c
562
579
        cl_lcm
563
580
 
564
581
        fixnum_times
565
 
        number_times
 
582
        ecl_times
566
583
        ;number_to_complex
567
 
        number_plus
568
 
        number_minus
569
 
        number_negate
570
 
        number_divide
571
 
        integer_divide
572
 
        get_gcd
573
 
        one_plus
574
 
        one_minus
 
584
        ecl_plus
 
585
        ecl_minus
 
586
        ecl_negate
 
587
        ecl_divide
 
588
        ecl_integer_divide
 
589
        ecl_gcd
 
590
        ecl_one_plus
 
591
        ecl_one_minus
575
592
 
576
593
 
577
594
        ; number.c
578
595
 
579
596
        fixint
580
597
        fixnnint
581
 
        make_integer
582
 
        make_unsigned_integer
583
 
        make_ratio
584
 
        make_shortfloat
585
 
        make_longfloat
586
 
        make_complex
 
598
        ecl_fixnum_in_range
 
599
        ecl_make_integer
 
600
        ecl_make_unsigned_integer
 
601
        ecl_make_ratio
 
602
        ecl_make_singlefloat
 
603
        ecl_make_doublefloat
 
604
        ecl_make_complex
587
605
        cl_rational
588
 
        number_to_double
 
606
        ecl_to_double
589
607
 
590
608
        ; num_co.c
591
609
 
611
629
 
612
630
        double_to_integer
613
631
        float_to_integer
614
 
        floor1
615
 
        ceiling1
616
 
        truncate1
617
 
        round1
618
 
        floor2
619
 
        ceiling2
620
 
        truncate2
621
 
        round2
 
632
        ecl_floor1
 
633
        ecl_ceiling1
 
634
        ecl_truncate1
 
635
        ecl_round1
 
636
        ecl_floor2
 
637
        ecl_ceiling2
 
638
        ecl_truncate2
 
639
        ecl_round2
622
640
 
623
641
 
624
642
        ; num_comp.c
632
650
        cl_max
633
651
        cl_min
634
652
 
635
 
        number_equalp
636
 
        number_compare
 
653
        ecl_number_equalp
 
654
        ecl_number_compare
637
655
 
638
656
 
639
657
        ; num_log.c
669
687
        cl_oddp
670
688
        cl_evenp
671
689
 
672
 
        number_zerop
673
 
        number_plusp
674
 
        number_minusp
675
 
        number_oddp
676
 
        number_evenp
 
690
        ecl_zerop
 
691
        ecl_plusp
 
692
        ecl_minusp
 
693
        ecl_oddp
 
694
        ecl_evenp
677
695
 
678
696
 
679
697
        ; num_rand.c
681
699
        cl_random_state_p
682
700
        cl_random
683
701
        cl_make_random_state
684
 
        make_random_state
 
702
        ecl_make_random_state
685
703
 
686
704
 
687
705
        ; num_sfun.c
688
706
 
689
 
        fixnum_expt
 
707
        ecl_fixnum_expt
690
708
        cl_exp
691
709
        cl_expt
692
 
        cl_log1
693
 
        cl_log2
 
710
        ecl_log1
 
711
        ecl_log2
694
712
        cl_sqrt
695
 
        cl_atan2
696
 
        cl_atan1
 
713
        ecl_atan2
 
714
        ecl_atan1
697
715
        cl_sin
698
716
        cl_cos
699
717
        cl_tan
731
749
        cl_use_package
732
750
        cl_unuse_package
733
751
 
734
 
        make_package
735
 
        rename_package
 
752
        ecl_make_package
 
753
        ecl_rename_package
736
754
        ecl_find_package_nolock
737
755
        si_coerce_to_package
738
 
        current_package
 
756
        ecl_current_package
739
757
        ecl_find_symbol
740
 
        intern
741
 
        _intern
742
 
        unintern
 
758
        ecl_intern
 
759
        _ecl_intern
 
760
        ecl_unintern
743
761
        cl_export2
744
762
        cl_unexport2
745
763
        cl_import2
746
 
        shadowing_import
747
 
        shadow
748
 
        use_package
749
 
        unuse_package
 
764
        ecl_shadowing_import
 
765
        ecl_shadow
 
766
        ecl_use_package
 
767
        ecl_unuse_package
750
768
 
751
769
 
752
770
        ; pathname.c
777
795
        si_default_pathname_defaults
778
796
        cl_wild_pathname_p
779
797
 
780
 
        make_pathname
781
 
        parse_namestring
 
798
        ecl_make_pathname
 
799
        ecl_parse_namestring
782
800
        coerce_to_physical_pathname
783
801
        coerce_to_file_pathname
784
802
        ecl_namestring
785
803
        si_coerce_to_filename
786
 
        merge_pathnames
787
 
        logical_hostname_p
 
804
        ecl_merge_pathnames
 
805
        ecl_logical_hostname_p
788
806
 
789
807
 
790
808
        ; predicate.c
818
836
        cl_equalp
819
837
        si_fixnump
820
838
 
821
 
        numberp
822
 
        eql
823
 
        equal
824
 
        equalp
825
 
 
 
839
        ecl_numberp
 
840
        ecl_eql
 
841
        ecl_equal
 
842
        ecl_equalp
 
843
        ecl_stringp
826
844
 
827
845
        ; print.c
828
846
 
844
862
        si_write_object
845
863
        si_write_ugly_object
846
864
 
847
 
        princ
848
 
        prin1
849
 
        print
850
 
        terpri
851
 
        write_string
852
 
        princ_str
853
 
        princ_char
 
865
        ecl_princ
 
866
        ecl_prin1
 
867
        ecl_print
 
868
        ecl_terpri
 
869
        ecl_write_string
 
870
        ecl_princ_str
 
871
        ecl_princ_char
854
872
 
855
873
 
856
874
        ; profile.c
883
901
        cl_make_dispatch_macro_character
884
902
        cl_set_dispatch_macro_character
885
903
        cl_get_dispatch_macro_character
 
904
        si_get_buffer_string
 
905
        si_put_buffer_string
886
906
 
887
 
        read_object_non_recursive
888
 
        read_object
889
 
        parse_number
890
 
        parse_integer
 
907
        ecl_read_object_non_recursive
 
908
        ecl_read_object
 
909
        ecl_parse_number
 
910
        ecl_parse_integer
891
911
        ecl_invalid_character_p
892
 
        copy_readtable
 
912
        ecl_copy_readtable
893
913
        ecl_current_readtable
894
914
        ecl_current_read_base
895
915
        ecl_current_read_default_float_format
920
940
        cl_subseq
921
941
 
922
942
        ecl_alloc_simple_vector
923
 
        elt
924
 
        elt_set
925
 
        length
 
943
        ecl_elt
 
944
        ecl_elt_set
 
945
        ecl_length
926
946
 
927
947
 
928
948
        ; stacks.c
946
966
        bds_overflow
947
967
        frs_overflow
948
968
        bds_unwind
949
 
        unwind
 
969
        ecl_unwind
950
970
        frs_sch
951
971
        ;frs_sch_catch
952
972
        new_frame_id
987
1007
        make_base_string_copy
988
1008
        ecl_cstring_to_base_string_or_nil
989
1009
        si_copy_to_simple_base_string
990
 
        string_eq
991
 
        member_char
 
1010
        ecl_string_eq
 
1011
        ecl_member_char
992
1012
        ecl_string_push_extend
993
1013
        get_string_start_end
994
 
 
 
1014
        ecl_fits_in_base_string
 
1015
        ecl_char
 
1016
        ecl_char_set
995
1017
 
996
1018
        ; structure.c
997
1019
 
1001
1023
        si_structure_ref
1002
1024
        si_structure_set
1003
1025
        si_structurep
1004
 
        si_rplaca_nthcdr
1005
 
        si_list_nth
1006
1026
        si_make_structure
1007
1027
 
1008
 
        structure_ref
1009
 
        structure_set
 
1028
        ecl_structure_ref
 
1029
        ecl_structure_set
1010
1030
 
1011
1031
 
1012
1032
        ; symbol.c
1033
1053
 
1034
1054
        ;cl_defvar
1035
1055
        ;cl_defparameter
1036
 
        make_symbol
1037
 
        make_keyword
1038
 
        symbol_value
 
1056
        ecl_make_keyword
 
1057
        ecl_symbol_value
1039
1058
        ecl_getf
1040
1059
        ecl_get
1041
 
        keywordp
 
1060
        ecl_keywordp
1042
1061
 
1043
1062
 
1044
1063
        ; tcp.c
1070
1089
 
1071
1090
        assert_type_integer
1072
1091
        assert_type_non_negative_integer
1073
 
        assert_type_character
1074
 
        assert_type_symbol
1075
1092
        assert_type_package
1076
 
        assert_type_string
1077
1093
        assert_type_cons
1078
1094
        assert_type_readtable
1079
1095
        assert_type_hash_table
1082
1098
        assert_type_list
1083
1099
        assert_type_proper_list
1084
1100
        cl_type_of
 
1101
        ecl_check_cl_type
 
1102
        ecl_check_type_string
1085
1103
 
1086
1104
        FEtype_error_character
1087
1105
        FEtype_error_cons
1097
1115
        FEtype_error_index
1098
1116
        FEtype_error_string
1099
1117
        FEdivision_by_zero
 
1118
        ecl_type_error
1100
1119
 
1101
1120
        ; unixfsys.c
1102
1121
 
1116
1135
        si_mkstemp
1117
1136
        si_rmdir
1118
1137
 
1119
 
        expand_pathname
 
1138
        ecl_expand_pathname
1120
1139
        ecl_cstring_to_pathname
1121
 
        backup_fopen
 
1140
        ecl_backup_fopen
1122
1141
        ecl_file_len
1123
 
        homedir_pathname
 
1142
        ecl_homedir_pathname
1124
1143
 
1125
1144
 
1126
1145
        ; unixint.c
1128
1147
        si_catch_bad_signals
1129
1148
        si_uncatch_bad_signals
1130
1149
        si_check_pending_interrupts
 
1150
        si_trap_fpe
1131
1151
 
1132
1152
 
1133
1153
        ; unixsys.c
1228
1248
        cl_get_decoded_time
1229
1249
        cl_ensure_directories_exist
1230
1250
        si_simple_program_error
 
1251
        si_signal_simple_error
1231
1252
 
1232
1253
        ; module.lsp
1233
1254
 
1266
1287
        cl_apropos
1267
1288
        cl_apropos_list
1268
1289
        si_packages_iterator
 
1290
        si_find_relative_package
1269
1291
 
1270
1292
        ; predlib.lsp
1271
1293
 
1385
1407
        ; clos\standard.lsp
1386
1408
 
1387
1409
        clos_standard_instance_set
1388
 
        assert_type_base_string
1389
1410
        ; unicode
1390
 
        ; si_extended_string_concatenate