Age | Commit message (Collapse) | Author | Files | Lines |
|
packaged for wip by nros.
The ssh2 module provides Qore the possibility to communicate with sshd
servers via the ssh2 protocol; the underlying functionality is provided
by libssh2.
|
|
packaged for wip by nros.
ASN.1(Abstract Syntax Notation One) module for Qore provides an API to
dynamically create, parse and convert ASN.1 data structures to concrete
output formats (like DER).
|
|
|
|
packaged for wip by nros.
GLUT Qore module. This module provides GLUT bindings for the Qore
language.
|
|
packaged for wip by nros.
Opengl module for Qore. This module provides Opengl language bindings
for Qore.
|
|
|
|
for wip by nros.
The UUID module for Qore allows Qore programs to generate and manipulate
UUID's.
|
|
|
|
for wip by nros.
Plugin for the Qore programming language that provides conversion from
native Qore data to YAML strings.
|
|
for wip by nros.
XML module for the Qore language that provides (de)serialization, Soap
support and XmlRpcHandler and other things.
|
|
for wip by nros.
JSON module for the Qore language that provides (de)serialization to
JSON and RPC support.
|
|
|
|
|
|
packaged for wip by nros.
SQLite 3 driver for the Qore language DBI system, using this module Qore
programs can access SQLite 3 file and in-memory databases using the
Datasource and DatasourcePool classes.
|
|
packaged for wip by nros.
PostgreSQL driver for Qore. It makes it possible for Qore programs to
access PostgreSQL database through the Datasource, DatasourcePool and
SQLStatement classes.
|
|
packaged for wip by nros.
The Qore openldap module makes it possible for Qore programs to
communicate with LDAP servers.
|
|
|
|
packaged for wip by nros.
MySQL driver for Qores DBI system that allows Qore programs to MySQL
Databases through the Datasource, DatasourcePool and SQLStatement
classes.
|
|
packaged for wip by nros.
The Freetds DB driver for qore gives Qore programs the possibility to
communicate with databases that use the TDS(Tabular Data Stream)
protocol for access such as MS SQL Server and Sybase databases.
|
|
Qore is a modular, multi-threaded, SQL-integrated dynamically typed
scripting language with optional hard typing and procedural and
object-oriented features, powerful and easy-to-use data types,
structures, and operators, a clean and easy-to-lean/read syntax.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
bump PKGREVISION for zyGrib update to 6.2.4
|
|
|
|
|
|
=== RELEASE 2.9 ===
Sun Dec 21 15:08:30 CET 2014 mikulas:
Work around some screen-corruption bugs in the OpenVMS terminal driver
Sun Nov 30 18:57:30 CET 2014 mikulas:
Support mouse wheel in framebuffer (unfortunatelly we can't support it
in text mode because when we instruct gpm to send us the wheel event,
gpm stops drawing the cursor when the mouse is moved).
Tue Nov 25 22:07:12 CET 2014 mikulas:
Pring "^" and "_" for <sub> and <sup> tags in text mode
Wed Nov 5 20:11:12 CET 2014 mikulas:
An option to fake Firefox in the HTTP header. It modifies User-Agent and
several other options to be more Firefox-like. This option is also
automatically turned on when "Connect only via proxies or Socks (useful
for tor)" is selected. It makes it safer to use Links with tor.
Sat Jul 26 16:16:15 CEST 2014 mikulas:
Fixed quadratic complexity in the text renderer when exteremely long
lines were used
Tue Jun 24 22:26:47 CEST 2014 mikulas:
Do not print the character 0x9b if the display character set doesn't
have it, because it is interpreted as a control character on the Linux
console
Sat May 17 16:51:18 CEST 2014 mikulas:
An option to break long lines in <pre> sections
Thu May 15 20:02:52 CEST 2014 mikulas:
Consume less memory when 8-bit gamma correction is used
Wed Apr 16 20:59:57 CEST 2014 mikulas:
Updated the list of top level domains
Sat Apr 5 04:19:56 CEST 2014 mikulas:
Use malloc_trim to return unused memory to the system
Thu Mar 27 02:25:09 CET 2014 mikulas:
Support RFC5987 for filenames
Wed Mar 26 02:32:50 CET 2014 mikulas:
Support StaticColor in the X-window driver
Tue Mar 25 03:58:45 cet 2014 mikulas:
Fix crash on OS/2 if image is wider than 10921 pixels
Wed Mar 19 19:49:57 CET 2014 mikulas:
Use clock_gettime if available
Sun Mar 2 03:54:47 CET 2014 mikulas:
The ability to set screen margins for text mode and framebuffer
Mon Feb 24 18:15:08 CET 2014 mikulas:
Fix palette corruption on framebuffer when links instance was terminated
while it was not active
Sun Feb 2 21:50:48 CET 2014 mikulas:
Improve the gif decoder to accept more images
Sun Feb 2 18:29:30 CET 2014 mikulas:
Increase the amount of data read from the socket, it improves speed when
loading big images
Fri Nov 29 01:22:43 CET 2013 mikulas:
Accept "text/xml" as html type
|
|
|
|
2014.12.24
==========
----
* Feature #49: Added a images_to_alt option to discard images and keep only their alt.
* Feature #50: Protect links, surrounding them with angle brackets to avoid breaking...
* Feature: Add ``setup.cfg`` file.
|
|
|
|
|
|
v2.8.4 11th September 2014
- Added setHotspotForegroundColor(), resetHotspotForegroundColor(),
setHotspotBackgroundColor(), resetHotspotBackgroundColor(),
setHotspotUnderline() and setHotspotWrap() to QsciScintilla.
- Added SCI_SETHOTSPOTSINGLELINE to QsciScintillaBase.
- Bug fixes.
|
|
|
|
libabw 0.1.1
- Use symbol visibility on Linux. The library only exports the two public
functions now.
- Handle text language.
- Honor global setting of writing mode.
- Handle basic document metadata.
- Handle headings.
- Fix the loss of text formatting attributes that would happen in certain
cases.
- Several other smaller changes and improvements.
|
|
|
|
Rasqal 0.9.33 changes
Issues Fixed:
0000546: Can't take query from URI when using -p
0000568: Filter expression with division does not work
0000583: CONSTRUCT halts at a template triple with unbound variable
0000588: roqet: select from SERVICE returns all NULLs
SPARQL changes
Fixed BASE to override any API base URI.
Datetime class changes
Fixed storing timezone minutes correctly.
Graph pattern class changes
Added new getter functions rasqal_graph_pattern_get_triples(),
rasqal_literal_get_type() and rasqal_literal_get_language() from
Pull Request #1 by Cosmin Basca. Thanks.
Query engine changes
Fixed the aggregation total evaluation of AVG.
Fixed STRBEFORE and STRAFTER evaluation to match languages if
present and add the needle language to the result.
Fixed CONCAT() evaluation to return the correct types and languages.
Sorting now uses sort utility function raptor_sort_r() with context
args provided by Raptor 2.0.15+ or an internal simple (not so
performant) replacement, if too old.
Query result class changes
Can write variable bindings query results in mKR relation CSV
format.
Made internal changes to support reading and writing boolean result
formats. That means rasqal_query_results_formatter_read() may now
return boolean results if the formatter supports it, such as SPARQL
XML.
Added rasqal_new_query_results_from_string() to make a query results
from a string (with optional length). The results format is guessed
from the input data - base_uri and string content using
rasqal_world_guess_query_results_format_name().
Added rasqal_query_results_formats_check2() deprecating
rasqal_query_results_formats_check(). The API change is due to the
return value; the result is now non-0 if the format exists.
Added rasqal_new_query_results2() deprecating rasqal_new_query_results()
removing the now ignored vars_table parameter. A query result now
manages it's own variables table.
Results class changes
Fixed returning the correct variables count for reading SPARQL XML
results sets. This caused some queries to fail if the projected
variables count did not match the count in the result set. Fixes
Issue #0000588
Variables table class changes
Added rasqal_variables_table_add2() deprecating
rasqal_variables_table_add(). This takes a more sensible argument
style with copying the input parameters name and value, and allowing
name length to be optionally given. This results in smaller calling
code and better ownership semantics.
Utility changes
roqet(1) now supports using a URI or local file to send to a SPARQL
protocol service URI. Fixes Issue #0000546
Other changes
Fixes to make Rasqal build in Travis CI, testing against newest
and oldest raptors.
Use __FUNCTION__ (c99) replacing __func__ (c90) in debug macros.
Fixes in Pull Request #3 for building with icc from Sebastian
Freundt. Thanks.
Many code quality fixes from clang and coverity primarily in error
path cleanups (out of memory cases) and dead code.
Updated the fix-flex and fix-bison scripts to remove dead code that
clang and coverity complain about.
Added new C testrunner utility to run the tests to eventually
replace the (perl) improve and check-sparql scripts.
Fixed some API changelog mistakes.
Updated gcc / clang warning args used (-Wxxxx) and made multiple
minor code fixes such as replacing %d with %u in debug messages or
adding missing default: to switches even when all cases were covered.
Added many more internal casts to make -Wconversion happier when
enabled.
|
|
|
|
Overview of changes leading to 0.9.37
Wednesday, December 17, 2014
=====================================
- Fix out-of-bounds access in Context lookup format 3.
- Indic: Allow ZWJ/ZWNJ before syllable modifiers.
|
|
|
|
12.0.4 (2014-22-23)
~~~~~~~~~~~~~~~~~~~
* Revert the fix to ``-p`` on Debian based pythons as it was broken in other
situations.
* Revert several sys.path changes new in 12.0 which were breaking virtualenv.
12.0.3 (2014-22-23)
~~~~~~~~~~~~~~~~~~~
* Fix an issue where Debian based Pythons would fail when using -p with the
host Python.
* Upgrade pip to 6.0.3
12.0.2 (2014-12-23)
~~~~~~~~~~~~~~~~~~~
* Upgraded pip to 6.0.2
12.0.1 (2014-12-22)
~~~~~~~~~~~~~~~~~~~
* Upgraded pip to 6.0.1
12.0 (2014-12-22)
~~~~~~~~~~~~~~~~~
* **PROCESS** Version numbers are now simply ``X.Y`` where the leading ``1``
has been dropped.
* Split up documentation into structured pages
* Now using pytest framework
* Correct sys.path ordering for debian, issue #461
* Correctly throws error on older Pythons, issue #619
* Allow for empty $PATH, pull #601
* Don't set prompt if $env:VIRTUAL_ENV_DISABLE_PROMPT is set for Powershell
* Updated setuptools to 7.0
|
|
|
|
|
|
0.21.2 (2014-12-27)
===================
Bugs fixed
----------
* Crash when assigning a C value to both a Python and C target at the same time.
* Automatic coercion from C++ strings to ``str`` generated incomplete code that
failed to compile.
* Declaring a constructor in a C++ child class erroneously required a default
constructor declaration in the super class.
* ``resize_smart()`` in ``cpython.array`` was broken.
* Functions in ``libcpp.cast`` are now declared as ``nogil``.
* Some missing C-API declarations were added.
* Py3 main code in embedding program code was lacking casts.
* Exception related to distutils "Distribution" class type in pyximport under
latest CPython 2.7 and 3.4 releases when setuptools is being imported later.
|
|
|