pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/qore Update qore to version 0.8.12.10.
details: https://anonhg.NetBSD.org/pkgsrc/rev/91d04f752911
branches: trunk
changeset: 363632:91d04f752911
user: nros <nros%pkgsrc.org@localhost>
date: Tue Jun 13 19:23:31 2017 +0000
description:
Update qore to version 0.8.12.10.
Changelog from release notes:
New Features since Qore 0.8.12.4:
* added the SalesforceRestClient module for communicating with
Salesforce.com using the REST APIs
* module SqlUtil
-has support for native default values in tables
(issue 1428)
-has support for Oracle named types (eg. spatial types) for
Schema.qm and SchemaReverse.qm. (issue 1465)
Bug Fixes since Qore 0.8.12.4:
* module fixes:
-FixedLengthUtil: fixes and improvements to errors and
exceptions (issue 1828)
-HttpServerUtil: eliminated excess logging of all HTTP
chunks sent and received (issue 1832)
-PgsqlSqlUtil: fixed a bug in setting a comment for a
table column (issue 1886)
-SqlUtil: fixed a bug in the offset query hash argument
in SQL operation methods (issue 1880), fixed a bug
that prohibited only columns from the main query to be
selected when joins are used (issue 1909)
-TableMapper: fixed a bug in flush messages in the
InboundTableMapper class (issue 1849)
* fixed a bug that could cause spurious parse-time exceptions
to be thrown when matching call variants with multiple
return types for the same callable object (issue 1928)
* fixed the process return code in the output reference in
backquote() on Unix/Linux platforms (issue 1884)
* fixed a bug where connections were not immediately released
back to the DatasourcePool in case of an SQLSTATEMENT-ERROR
exception (issue 1836)
* eliminated a spurious exception in the SQLStatement class in
case of a DatasourcePool timeout (issue 1832)
* fixed a crash when the incorrect type was passed to a
parameter declared *reference (issue 1815)
* fixed a crash when the Qore library exits caused by an error
in handling module dependencies with injected modules
(issue 1805)
* fixed segfault crashes caused by calling object methods with
null pointers (issue 1791)
* added internal API support to make it easier for DBI drivers
to handle lost connections and to allow DBI drivers that must
close all open handles before a connection is closed
(such as the oracle driver); due to this change, SQLStatement
objects based on a DatasourcePool are closed automatically
whenever the datasource is returned to the pool (issue 1250)
* implemented new parse options to revert the effect of parse
options that affect code safety (issue 1895):
-%correct-list-parsing
-%correct-logic-precedence
-%correct-int-assignments
-%correct-operators
-%loose-args
* fixed parse locations of strings and regexes (issue 1905)
* fixed a memory leak where references participate in recursive
references (issue 1774)
* fixed a build issue with clang++ (issue 1768)
* fixed a memory leak in the Queue copy constructor when the
Queue was used in other objects (such as an event queue,
etc; issue 1749)
* Mapper module fixes:
-fixed bugs handling the allow_dot and allow_output_dot
options (issue 1690)
-fixed TableMapper bugs introduced in Qore 0.8.12.7
(issue 1754)
* fixed a memory leak in %try-module error handling (issue 1690)
* fixed a bug in trunc_str() when the string has an invalid
multi-byte character at the end of the string and the string
is exactly the byte width requested (issue 1693)
* fixed a bug where ReadOnlyFile::getchar() did not respect
character semantics as documented (issue 1574)
* OracleSqlUtil module fixes:
-fixed a bug in character_semantics for standalone column
(issue 1688)
* Mapper module fixes:
-fixed a bug in handling "list mode" data such as submitted by
InboundTableMapper::queueData() (issue 1736, bug introduced
in Qore 0.8.12.7 with the fix for issue 1626)
* SqlUtil module fixes:
-fixed schema alignment skipping column with name "driver"
(issue 1684)
-fixed sqlutil schema management: functional indexes are
rejected without () in name (issue 1610)
* TableMapper module fixes:
-fixed a bug in handling "list mode" data with optimized
inserts (issue 1736, bug introduced in Qore 0.8.12.7 with
the fix for issue 1626)
* WebSocketClient module fixes:
-added timeout values to Socket and HTTPClient calls
(issue 1725)
* WebSocketHandler module fixes:
-added timeout values to Socket calls (issue 1725)
* WebSocketUtil module fixes:
-added timeout values to Socket calls (issue 1725)
* fixed a bug where a type conversion error in an lvalue
assignment could generate a confusing unrelated runtime
exception (issue 1697)
* fixed a bug where invalid characters in the port
specification in a URL were ignored (issue 1728)
* fixed a bug with SSL socket communication the remote closing
the connection during a send operation could cause the
current thread to go into an infinite loop consuming
100% CPU (issue 1729)
* fixed a bug in the HashListIterator class iterating hashes
with a mix of lists and single values such as used by bulk
DML binds; now the single values will appear as the current
value for all list elements as per the original design
instead of throwing a runtime exception (issue 1738)
* fixed bug in internal string generation with size_t arguments
that could cause invalid data to be output or crashes on
32-bit platforms (issue 1640)
* fixed a runtime memory leak and invalid runtime behavior with
undetected recursive lvalue references (issue 1617)
* improved prompt collection performance with large graphs of
objects by eliminating additional unnecessary graph scans,
resulting in further large performance improvements in the
garbage collector (issue 1363)
* improved InboundTableMapper::queueData() performance
(in the TableMapper module) when used with data in hash of
lists format to use bulk DML in input and output without
internal data conversions (issue 1626)
* OracleSqlUtil module fixes:
-worked around ORA-22165 from op_in() caused by Oracle's
limit on number of collection elements (issue 1660)
-fixed a bug in the force option (i.e. cascade) for
dropping types (issue 1683)
-improved %try-module error reporting and documentation
(issue 1648)
* fixed a bug in Qore::parse_url() parsing single-character
hostnames (issue 1524)
* fixed a bug where PO_LOCKDOWN was not set when parsing init
and del attributes in user module headers (issue 1535)
* fixed a bug parsing exception catch block parameter errors
(in debug builds only; issue 1558)
* fixed a bug dereferencing binary values with the [] operator;
the behavior now corresponds to the documentation (issue 1566)
* fixed a bug that would result in a crash if a method were
declared both static and abstract (issue 1590)
* fixed performance issues with the Mapper module (and by
extension the TableMapper module) for mappers with many
identity (i.e. 1:1) and constant mappings (issue 1620)
* fixed a bug in the BulkInsertOperation class in the
BulkSqlUtil module where inserts would fail or silently
insert invalid data in the second or later blocks when
constant hashes were used (issue 1625)
* Mime module:
-added support for URL form-encoded messages (issue 1436)
* RestClient module:
-added support for URL form-encoded messages (issue 1436)
-added support for the "rawxml" message body encoding
(issue 1437)
* fixed handling of invalid compressed data in the following
functions (issue 1432):
-Qore::gunzip_to_binary()
-Qore::gunzip_to_string()
-Qore::uncompress_to_binary()
-Qore::uncompress_to_string()
* fixed @inf@ on Windows (issue 1442):
* fixed Qore::parse_url() with single-character usernames
(issue 1455)
* corrected the error message with SSL reads when the server
closes the connection prematurely (issue 1488)
* fixed the Host header in HTTP requests to not include the port
if the port is the default port for the scheme because it
causes some servers to reject the request (issue 1489)
diffstat:
lang/qore/Makefile | 7 +-
lang/qore/PLIST | 1343 +++++++++++++++++++++++++++++++++++++++++----------
lang/qore/distinfo | 10 +-
3 files changed, 1092 insertions(+), 268 deletions(-)
diffs (truncated from 2863 to 300 lines):
diff -r 3ed206c7dfbe -r 91d04f752911 lang/qore/Makefile
--- a/lang/qore/Makefile Tue Jun 13 19:00:50 2017 +0000
+++ b/lang/qore/Makefile Tue Jun 13 19:23:31 2017 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2016/12/09 19:00:18 nros Exp $
+# $NetBSD: Makefile,v 1.12 2017/06/13 19:23:31 nros Exp $
-DISTNAME= qore-0.8.12.4
+DISTNAME= qore-0.8.12.10
CATEGORIES= lang
MASTER_SITES= ${MASTER_SITE_GITHUB:=qorelanguage/}
EXTRACT_SUFX= .tar.bz2
@@ -21,7 +21,8 @@
FLEX_REQD= 2.5.31
PKGCONFIG_OVERRIDE+= qore.pc.in
-REPLACE_QORE= doxygen/qdx
+REPLACE_QORE= bin/qget bin/rest bin/schema-reverse
+REPLACE_QORE+= bin/sfrest bin/sqlutil doxygen/qdx
CONFIGURE_ARGS+=--with-libsuffix=""
diff -r 3ed206c7dfbe -r 91d04f752911 lang/qore/PLIST
--- a/lang/qore/PLIST Tue Jun 13 19:00:50 2017 +0000
+++ b/lang/qore/PLIST Tue Jun 13 19:23:31 2017 +0000
@@ -1,7 +1,12 @@
-@comment $NetBSD: PLIST,v 1.4 2016/12/09 19:00:18 nros Exp $
+@comment $NetBSD: PLIST,v 1.5 2017/06/13 19:23:31 nros Exp $
bin/qdx
+bin/qget
bin/qore
bin/qpp
+bin/rest
+bin/schema-reverse
+bin/sfrest
+bin/sqlutil
include/qore/AbstractPrivateData.h
include/qore/AbstractQoreNode.h
include/qore/AbstractThreadResource.h
@@ -116,12 +121,14 @@
share/doc/qore/lang/html/_q_c___auto_write_lock_8dox_8h_source.html
share/doc/qore/lang/html/_q_c___binary_input_stream_8dox_8h_source.html
share/doc/qore/lang/html/_q_c___binary_output_stream_8dox_8h_source.html
+share/doc/qore/lang/html/_q_c___breakpoint_8dox_8h_source.html
share/doc/qore/lang/html/_q_c___buffered_stream_reader_8dox_8h_source.html
share/doc/qore/lang/html/_q_c___condition_8dox_8h_source.html
share/doc/qore/lang/html/_q_c___counter_8dox_8h_source.html
share/doc/qore/lang/html/_q_c___data_line_iterator_8dox_8h_source.html
share/doc/qore/lang/html/_q_c___datasource_8dox_8h_source.html
share/doc/qore/lang/html/_q_c___datasource_pool_8dox_8h_source.html
+share/doc/qore/lang/html/_q_c___debug_program_8dox_8h_source.html
share/doc/qore/lang/html/_q_c___dir_8dox_8h_source.html
share/doc/qore/lang/html/_q_c___encoding_conversion_input_stream_8dox_8h_source.html
share/doc/qore/lang/html/_q_c___encoding_conversion_output_stream_8dox_8h_source.html
@@ -184,13 +191,17 @@
share/doc/qore/lang/html/_q_c___tree_map_8dox_8h_source.html
share/doc/qore/lang/html/annotated.html
share/doc/qore/lang/html/annotated_dup.js
-share/doc/qore/lang/html/arrowdown.png
-share/doc/qore/lang/html/arrowright.png
share/doc/qore/lang/html/basic_data_types.html
share/doc/qore/lang/html/bc_s.png
share/doc/qore/lang/html/bdwn.png
share/doc/qore/lang/html/bug.html
share/doc/qore/lang/html/character_encoding.html
+share/doc/qore/lang/html/class_breakpoint_1_1_breakpoint-members.html
+share/doc/qore/lang/html/class_breakpoint_1_1_breakpoint.html
+share/doc/qore/lang/html/class_breakpoint_1_1_breakpoint.js
+share/doc/qore/lang/html/class_debug_program_1_1_debug_program-members.html
+share/doc/qore/lang/html/class_debug_program_1_1_debug_program.html
+share/doc/qore/lang/html/class_debug_program_1_1_debug_program.js
share/doc/qore/lang/html/class_qore_1_1_abstract_bidirectional_iterator-members.html
share/doc/qore/lang/html/class_qore_1_1_abstract_bidirectional_iterator.html
share/doc/qore/lang/html/class_qore_1_1_abstract_bidirectional_iterator.js
@@ -698,9 +709,6 @@
share/doc/qore/lang/html/deprecated.html
share/doc/qore/lang/html/desc_overview.html
share/doc/qore/lang/html/dir_97aefd0d527b934f1d99a682da8fe6a9.html
-share/doc/qore/lang/html/dir_97aefd0d527b934f1d99a682da8fe6a9_dep.map
-share/doc/qore/lang/html/dir_97aefd0d527b934f1d99a682da8fe6a9_dep.md5
-share/doc/qore/lang/html/dir_97aefd0d527b934f1d99a682da8fe6a9_dep.png
share/doc/qore/lang/html/doc.png
share/doc/qore/lang/html/doxygen.css
share/doc/qore/lang/html/doxygen.png
@@ -764,12 +772,16 @@
share/doc/qore/lang/html/graph_legend.html
share/doc/qore/lang/html/graph_legend.md5
share/doc/qore/lang/html/graph_legend.png
+share/doc/qore/lang/html/group___buffered_stream_reader.html
+share/doc/qore/lang/html/group___buffered_stream_reader.js
share/doc/qore/lang/html/group___string_concat_decoding.html
share/doc/qore/lang/html/group___string_concat_decoding.js
share/doc/qore/lang/html/group___string_concat_encoding.html
share/doc/qore/lang/html/group___string_concat_encoding.js
share/doc/qore/lang/html/group__boolean__constants.html
share/doc/qore/lang/html/group__boolean__constants.js
+share/doc/qore/lang/html/group__breakpoint__policy__options.html
+share/doc/qore/lang/html/group__breakpoint__policy__options.js
share/doc/qore/lang/html/group__call__type__constants.html
share/doc/qore/lang/html/group__call__type__constants.js
share/doc/qore/lang/html/group__compression__constants.html
@@ -780,6 +792,8 @@
share/doc/qore/lang/html/group__compresssion__functions.js
share/doc/qore/lang/html/group__context__functions.html
share/doc/qore/lang/html/group__context__functions.js
+share/doc/qore/lang/html/group__crypto__transformations.html
+share/doc/qore/lang/html/group__crypto__transformations.js
share/doc/qore/lang/html/group__cryptographic__constants.html
share/doc/qore/lang/html/group__cryptographic__constants.js
share/doc/qore/lang/html/group__cryptographic__functions.html
@@ -792,6 +806,10 @@
share/doc/qore/lang/html/group__dbi__capabilities.js
share/doc/qore/lang/html/group__dbi__functions.html
share/doc/qore/lang/html/group__dbi__functions.js
+share/doc/qore/lang/html/group__debug__rc__options.html
+share/doc/qore/lang/html/group__debug__rc__options.js
+share/doc/qore/lang/html/group__debug__step__options.html
+share/doc/qore/lang/html/group__debug__step__options.js
share/doc/qore/lang/html/group__digest__functions.html
share/doc/qore/lang/html/group__digest__functions.js
share/doc/qore/lang/html/group__env__functions.html
@@ -983,6 +1001,12 @@
share/doc/qore/lang/html/inherit_graph_31.map
share/doc/qore/lang/html/inherit_graph_31.md5
share/doc/qore/lang/html/inherit_graph_31.png
+share/doc/qore/lang/html/inherit_graph_32.map
+share/doc/qore/lang/html/inherit_graph_32.md5
+share/doc/qore/lang/html/inherit_graph_32.png
+share/doc/qore/lang/html/inherit_graph_33.map
+share/doc/qore/lang/html/inherit_graph_33.md5
+share/doc/qore/lang/html/inherit_graph_33.png
share/doc/qore/lang/html/inherit_graph_4.map
share/doc/qore/lang/html/inherit_graph_4.md5
share/doc/qore/lang/html/inherit_graph_4.png
@@ -1005,8 +1029,14 @@
share/doc/qore/lang/html/jquery.js
share/doc/qore/lang/html/keywords.html
share/doc/qore/lang/html/lvalue_references.html
+share/doc/qore/lang/html/menu.js
+share/doc/qore/lang/html/menudata.js
share/doc/qore/lang/html/modules.html
share/doc/qore/lang/html/modules.js
+share/doc/qore/lang/html/namespace_breakpoint.html
+share/doc/qore/lang/html/namespace_breakpoint.js
+share/doc/qore/lang/html/namespace_debug_program.html
+share/doc/qore/lang/html/namespace_debug_program.js
share/doc/qore/lang/html/namespace_qore.html
share/doc/qore/lang/html/namespace_qore.js
share/doc/qore/lang/html/namespace_qore_1_1_err.html
@@ -1322,6 +1352,10 @@
share/doc/qore/lang/html/search/mag_sel.png
share/doc/qore/lang/html/search/namespaces_0.html
share/doc/qore/lang/html/search/namespaces_0.js
+share/doc/qore/lang/html/search/namespaces_1.html
+share/doc/qore/lang/html/search/namespaces_1.js
+share/doc/qore/lang/html/search/namespaces_2.html
+share/doc/qore/lang/html/search/namespaces_2.js
share/doc/qore/lang/html/search/nomatches.html
share/doc/qore/lang/html/search/pages_0.html
share/doc/qore/lang/html/search/pages_0.js
@@ -1422,6 +1456,11 @@
share/doc/qore/lang/html/time_zones.html
share/doc/qore/lang/html/variables.html
share/doc/qore/lang/html/warnings.html
+share/doc/qore/library/html/_abstract_exception_8h.html
+share/doc/qore/library/html/_abstract_exception_8h__dep__incl.map
+share/doc/qore/library/html/_abstract_exception_8h__dep__incl.md5
+share/doc/qore/library/html/_abstract_exception_8h__dep__incl.png
+share/doc/qore/library/html/_abstract_exception_8h_source.html
share/doc/qore/library/html/_abstract_private_data_8h_source.html
share/doc/qore/library/html/_abstract_qore_node_8h_source.html
share/doc/qore/library/html/_abstract_thread_resource_8h_source.html
@@ -1445,6 +1484,7 @@
share/doc/qore/library/html/_date_time_8h_source.html
share/doc/qore/library/html/_date_time_node_8h_source.html
share/doc/qore/library/html/_exception_sink_8h_source.html
+share/doc/qore/library/html/_input_stream_8h_source.html
share/doc/qore/library/html/_module_manager_8h.html
share/doc/qore/library/html/_module_manager_8h__dep__incl.map
share/doc/qore/library/html/_module_manager_8h__dep__incl.md5
@@ -1453,6 +1493,7 @@
share/doc/qore/library/html/_module_manager_8h__incl.md5
share/doc/qore/library/html/_module_manager_8h__incl.png
share/doc/qore/library/html/_module_manager_8h_source.html
+share/doc/qore/library/html/_output_stream_8h_source.html
share/doc/qore/library/html/_parse_option_map_8h_source.html
share/doc/qore/library/html/_qore_8h.html
share/doc/qore/library/html/_qore_8h__dep__incl.map
@@ -1527,6 +1568,14 @@
share/doc/qore/library/html/_qore_s_s_l_private_key_8h_source.html
share/doc/qore/library/html/_qore_socket_8h_source.html
share/doc/qore/library/html/_qore_socket_object_8h_source.html
+share/doc/qore/library/html/_qore_standard_exception_8h.html
+share/doc/qore/library/html/_qore_standard_exception_8h__dep__incl.map
+share/doc/qore/library/html/_qore_standard_exception_8h__dep__incl.md5
+share/doc/qore/library/html/_qore_standard_exception_8h__dep__incl.png
+share/doc/qore/library/html/_qore_standard_exception_8h__incl.map
+share/doc/qore/library/html/_qore_standard_exception_8h__incl.md5
+share/doc/qore/library/html/_qore_standard_exception_8h__incl.png
+share/doc/qore/library/html/_qore_standard_exception_8h_source.html
share/doc/qore/library/html/_qore_string_8h_source.html
share/doc/qore/library/html/_qore_string_node_8h_source.html
share/doc/qore/library/html/_qore_thread_local_storage_8h_source.html
@@ -1547,9 +1596,8 @@
share/doc/qore/library/html/_s_q_l_statement_8h_source.html
share/doc/qore/library/html/_scope_guard_8h_source.html
share/doc/qore/library/html/_system_environment_8h_source.html
+share/doc/qore/library/html/_transform_8h_source.html
share/doc/qore/library/html/annotated.html
-share/doc/qore/library/html/arrowdown.png
-share/doc/qore/library/html/arrowright.png
share/doc/qore/library/html/bc_s.png
share/doc/qore/library/html/bdwn.png
share/doc/qore/library/html/builtin_functions.html
@@ -1561,6 +1609,11 @@
share/doc/qore/library/html/class_abstract_call_reference_node__inherit__graph.map
share/doc/qore/library/html/class_abstract_call_reference_node__inherit__graph.md5
share/doc/qore/library/html/class_abstract_call_reference_node__inherit__graph.png
+share/doc/qore/library/html/class_abstract_exception-members.html
+share/doc/qore/library/html/class_abstract_exception.html
+share/doc/qore/library/html/class_abstract_exception__inherit__graph.map
+share/doc/qore/library/html/class_abstract_exception__inherit__graph.md5
+share/doc/qore/library/html/class_abstract_exception__inherit__graph.png
share/doc/qore/library/html/class_abstract_private_data-members.html
share/doc/qore/library/html/class_abstract_private_data.html
share/doc/qore/library/html/class_abstract_private_data__coll__graph.map
@@ -1577,6 +1630,8 @@
share/doc/qore/library/html/class_abstract_qore_class_type_info_helper__inherit__graph.map
share/doc/qore/library/html/class_abstract_qore_class_type_info_helper__inherit__graph.md5
share/doc/qore/library/html/class_abstract_qore_class_type_info_helper__inherit__graph.png
+share/doc/qore/library/html/class_abstract_qore_class_user_data-members.html
+share/doc/qore/library/html/class_abstract_qore_class_user_data.html
share/doc/qore/library/html/class_abstract_qore_node-members.html
share/doc/qore/library/html/class_abstract_qore_node.html
share/doc/qore/library/html/class_abstract_qore_node__coll__graph.map
@@ -1585,6 +1640,8 @@
share/doc/qore/library/html/class_abstract_qore_node__inherit__graph.map
share/doc/qore/library/html/class_abstract_qore_node__inherit__graph.md5
share/doc/qore/library/html/class_abstract_qore_node__inherit__graph.png
+share/doc/qore/library/html/class_abstract_qore_program_external_data-members.html
+share/doc/qore/library/html/class_abstract_qore_program_external_data.html
share/doc/qore/library/html/class_abstract_thread_resource-members.html
share/doc/qore/library/html/class_abstract_thread_resource.html
share/doc/qore/library/html/class_abstract_thread_resource__coll__graph.map
@@ -1638,6 +1695,8 @@
share/doc/qore/library/html/class_const_value_list_iterator__coll__graph.map
share/doc/qore/library/html/class_const_value_list_iterator__coll__graph.md5
share/doc/qore/library/html/class_const_value_list_iterator__coll__graph.png
+share/doc/qore/library/html/class_current_program_runtime_external_parse_context_helper-members.html
+share/doc/qore/library/html/class_current_program_runtime_external_parse_context_helper.html
share/doc/qore/library/html/class_d_b_i_driver-members.html
share/doc/qore/library/html/class_d_b_i_driver.html
share/doc/qore/library/html/class_d_b_i_driver_list-members.html
@@ -1676,6 +1735,14 @@
share/doc/qore/library/html/class_hash_iterator__inherit__graph.md5
share/doc/qore/library/html/class_hash_iterator__inherit__graph.png
share/doc/qore/library/html/class_implementation.html
+share/doc/qore/library/html/class_input_stream-members.html
+share/doc/qore/library/html/class_input_stream.html
+share/doc/qore/library/html/class_input_stream__coll__graph.map
+share/doc/qore/library/html/class_input_stream__coll__graph.md5
+share/doc/qore/library/html/class_input_stream__coll__graph.png
+share/doc/qore/library/html/class_input_stream__inherit__graph.map
+share/doc/qore/library/html/class_input_stream__inherit__graph.md5
+share/doc/qore/library/html/class_input_stream__inherit__graph.png
share/doc/qore/library/html/class_list_iterator-members.html
share/doc/qore/library/html/class_list_iterator.html
share/doc/qore/library/html/class_list_iterator__coll__graph.map
@@ -1712,6 +1779,14 @@
share/doc/qore/library/html/class_opt_locker__coll__graph.map
share/doc/qore/library/html/class_opt_locker__coll__graph.md5
share/doc/qore/library/html/class_opt_locker__coll__graph.png
+share/doc/qore/library/html/class_output_stream-members.html
+share/doc/qore/library/html/class_output_stream.html
+share/doc/qore/library/html/class_output_stream__coll__graph.map
+share/doc/qore/library/html/class_output_stream__coll__graph.md5
+share/doc/qore/library/html/class_output_stream__coll__graph.png
+share/doc/qore/library/html/class_output_stream__inherit__graph.map
+share/doc/qore/library/html/class_output_stream__inherit__graph.md5
+share/doc/qore/library/html/class_output_stream__inherit__graph.png
share/doc/qore/library/html/class_parse_option_map-members.html
share/doc/qore/library/html/class_parse_option_map.html
share/doc/qore/library/html/class_private_data_ref_holder-members.html
@@ -1766,8 +1841,21 @@
share/doc/qore/library/html/class_qore_bool_true_node__inherit__graph.map
share/doc/qore/library/html/class_qore_bool_true_node__inherit__graph.md5
share/doc/qore/library/html/class_qore_bool_true_node__inherit__graph.png
+share/doc/qore/library/html/class_qore_builtin_class-members.html
+share/doc/qore/library/html/class_qore_builtin_class.html
+share/doc/qore/library/html/class_qore_builtin_class__coll__graph.map
+share/doc/qore/library/html/class_qore_builtin_class__coll__graph.md5
+share/doc/qore/library/html/class_qore_builtin_class__coll__graph.png
+share/doc/qore/library/html/class_qore_builtin_class__inherit__graph.map
+share/doc/qore/library/html/class_qore_builtin_class__inherit__graph.md5
+share/doc/qore/library/html/class_qore_builtin_class__inherit__graph.png
share/doc/qore/library/html/class_qore_class-members.html
share/doc/qore/library/html/class_qore_class.html
+share/doc/qore/library/html/class_qore_class__inherit__graph.map
+share/doc/qore/library/html/class_qore_class__inherit__graph.md5
+share/doc/qore/library/html/class_qore_class__inherit__graph.png
Home |
Main Index |
Thread Index |
Old Index