Changeset 13866
- Timestamp:
- 02/07/12 16:36:32 (11 years ago)
- Location:
- trunk/abcl
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abcl/doc/manual/extensions.tex
r13858 r13866 86 86 87 87 \begin{adjustwidth}{5em}{5em} 88 not-documented 88 Kills the process. 89 89 \end{adjustwidth} 90 90 -
trunk/abcl/doc/manual/java.tex
r13864 r13866 115 115 116 116 \begin{adjustwidth}{5em}{5em} 117 not-documented 117 Returns the name of the Java class of OBJECT. If the NAME argument is 118 supplied, verifies that OBJECT is an instance of the named class. The name 119 of the class or nil is always returned as a second value. 118 120 \end{adjustwidth} 119 121 … … 354 356 355 357 \begin{adjustwidth}{5em}{5em} 356 not-documented 358 When called with one argument, returns the name of the Java class 359 designated by CLASS-REF. When called with two arguments, tests 360 whether CLASS-REF matches NAME. 361 \end{adjustwidth} 362 363 \paragraph{} 364 \label{JAVA:JARRAY-FROM-LIST} 365 \index{JARRAY-FROM-LIST} 366 --- Function: \textbf{jarray-from-list} [\textbf{java}] \textit{list} 367 368 \begin{adjustwidth}{5em}{5em} 369 Return a Java array from LIST whose type is inferred from the first element. 370 371 For more control over the type of the array, use JNEW-ARRAY-FROM-LIST. 357 372 \end{adjustwidth} 358 373 -
trunk/abcl/doc/manual/threads.tex
r13858 r13866 5 5 6 6 \begin{adjustwidth}{5em}{5em} 7 not-documented 7 Returns non-NIL if the mailbox can be read from, NIL otherwise. 8 8 \end{adjustwidth} 9 9 -
trunk/abcl/src/org/armedbear/lisp/autoloads.lisp
r13785 r13866 251 251 (export 'jnew-array-from-list "JAVA") 252 252 (autoload 'jnew-array-from-list "java") 253 (export 'jarray-from-list "JAVA") 254 (autoload 'jarray-from-list "java") 253 255 (export 'jclass-constructors "JAVA") 254 256 (autoload 'jclass-constructors "java")
Note: See TracChangeset
for help on using the changeset viewer.