pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/qDecoder
Module Name: pkgsrc
Committed By: minskim
Date: Wed Nov 26 01:23:40 UTC 2008
Modified Files:
pkgsrc/www/qDecoder: DESCR Makefile PLIST distinfo
pkgsrc/www/qDecoder/patches: patch-aa patch-ab
Added Files:
pkgsrc/www/qDecoder/patches: patch-ac
Log Message:
Update qDecoder to 9.0. Patch submitted by Jun-Yong Park.
This version is based on a new branch and may not be fully compatible
with older versions.
Changes since 7.0.1:
NEW) qDecoderSetUploadBase() - Initialize qDecoder() for progressive
uploading.
FIX) qDecoder() - Now qDecoder() supports progressive uploading and direct
file saving into disk.
NEW) qSedArgAddDirect() - For huge size(over 1024 - 1) value.
FIX) qSedArgAdd() - Adjust miss typed variable length. (1024*64 => 1024)
NEW) qGetTimeStr() - Generate date string formatted as 'YYYYMMDDhhmmss'.
NEW) qJavaScript() - Print out some JavaScript code.
NEW) qAwkStr() - Scanning pattern from string.
FIX) qAwkOpen() - Compatibility increment
FIX) qAwkNext() - Expand array size to 1024(before 256)
FIX) qCountRead() - Compatibility increment
FIX) qCountSave() - Compatibility increment
FIX) qCountUpdate() - Compatibility increment
FIX) qDecoder() - Now qdecoder uses more smaller memory
FIX) qCheckFile() - Utility increment
New socket functions(unix only). Please refer the reference for more
details.
NEW) qSocketOpen()
NEW) qSocketClose()
NEW) qSocketWaitReadable()
NEW) qSocketRead()
NEW) qSocketGets()
NEW) qSocketWrite()
NEW) qSocketPuts()
NEW) qSocketPrintf()
NEW) qSocketSendFile()
NEW) qSocketSaveIntoFile()
NEW) qSocketSetNonblock()
NEW) qSocketConv2file()
To generate a diff of this commit:
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/www/qDecoder/DESCR
cvs rdiff -r1.6 -r1.7 pkgsrc/www/qDecoder/Makefile
cvs rdiff -r1.2 -r1.3 pkgsrc/www/qDecoder/PLIST
cvs rdiff -r1.4 -r1.5 pkgsrc/www/qDecoder/distinfo
cvs rdiff -r1.2 -r1.3 pkgsrc/www/qDecoder/patches/patch-aa
cvs rdiff -r1.1 -r1.2 pkgsrc/www/qDecoder/patches/patch-ab
cvs rdiff -r0 -r1.1 pkgsrc/www/qDecoder/patches/patch-ac
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index