ARSperl

 view release on metacpan or  search on metacpan

CHANGES  view on Meta::CPAN

(JCM)   fixed bug in indexList returned by ars_GetSchema()

(JCM) ! updated all Get<object> functions so that changeDiary
        is fully decoded.

(JCM) ! changed return value of ars_DeleteEntry() so that
        ars_DeleteEntry() || die() will work as expected.

(JCM)   fixed problem in example/Show_ALink.pl

(JCM)   added/updated helper func: ars_decodeStatusHistory()

(JCM)   added example/ars_decodeStatusHistory.pl

(JCM)   fixed ars_GetSchema typo/bug w/regards to adminGroupList

(JCM)   fixed GetField.pl example so that it decodes everything

(JCM)   patch for bug in ars_GetServerInfo()

(JCM)   updated Makefile.PL to dynamically generate the support.h
        file based on the ar.h file specified.


Released: 05/04/98 Version: 1.6001 BETA


 (BM)   patch for bug in ars_CreateEntry()

(JCM)   added ARS32 conditional compilation for AdminExtension 
        routines (which were removed as of ars3.2 api)


Released: 03/31/98 Version: 1.6000 BETA


 (BM)   removed most of the PPERLC and AWP stuff that was intended
        to help the port to ActiveState perl.  Use the One True Perl.

 (BM)   Changed many of the allocations to use perl's memory manager,
        except where the structure or element is grown further internally
        by ARS, or where the structure is non-trivial to free().  I still
        have concerns about some of the un-freed allocations in 
        supportrev.c, but at least ALL of the demo scripts, 
        including ARSDoc-1.11 (with small patch submitted to list) now 
        run, and produce the right results.

 (BM)   Removed all references to ZEROMEM in favor of perl's Zero, which
        is guaranteed to work everywhere, and doesn't need additional logic.

 (BM)   fixed a couple of small typos, including one in a elliptical 
        declaration (...) which didn't have a comma separator.

 (BM)   Changed the logic of CVLD in one place that was attempting to free()
        null pointers.


Released: 03/31/98 Version: 1.56


(JCM)   fixed a problem caused by some debugging code that
        was left in 1.55 accidentally.


Released: 03/30/98 Version: 1.55


(JCM)   added ars_GetListEntry.pl example to show how to use
        custom query-list fields.

(JCM)   numerous documentation updates by {D.J.Adams at soton.ac.uk}

(JCM)   fixed bug in macroParm decoding. {D.J.Adams at soton.ac.uk}

(JCM)   fixed bug when decoding results of GetFilter/GetActiveLink
        in regards to set fields actions: values assigned to
        diary fields were not being interpretted correctly.
        {D.J.Adams at soton.ac.uk}

(JCM)   patched perl_BuildEntryIdList to make it more robust
        (Ulrich Pfeifer {pfeifer at wait.de})

(JCM)   patched ars_GetCharMenu for bug "GetCharMenu doesn't
        return a qualifier for query menus" {D.J.Adams at soton.ac.uk}

(JCM)   fixed dup_FieldValueOrArith to support decoding of
        query style menus. 


Released: 02/09/98 Version: 1.54


(JCM)   fixed bug in ars_EncodeDiary()

(JCM)   added ars_MergeEntry.pl example script


Released: 12/15/97 Version: 1.53


(JCM)   fixed some minor errors in doc


Released: 11/19/97 Version: 1.5206


(JCM)   added ars_GetVUI to the ARS.pm exports line.

(JCM)   added refreshCode to GetCharMenu hash

(JCM)   fixed bug in groupList value change in 1.5205


Released: 11/04/97 Version: 1.5205


(JCM)   updated the groupList value returned by GetSchema()
        so that it contains the correct key words.


Released: 10/29/97 Version: 1.5204


(JCM)   added ars_GetControlStructFields()


Released: 10/20/97 Version: 1.5203


(JCM)   beginnings of a WinNT port (not completed yet)

(JCM)   added "timestamp" to the return hash of GetEscalation()

(JCM)   added some extra malloc/free debugging stuff


Released: 10/13/97 Version: 1.5202


(JCM)   removed a superfluous debugging statement


Released: 10/09/97 Version: 1.5201


(JCM)   fixed problem in GetEscalation     


Released: 10/08/97 Version: 1.52


(JCM)   fixed core dump problem due to uninitialized variable(s)


Released: 10/07/97 Version: 1.51


(JCM)   fixed some typos/symbol errors. added a missing routine.


Released: 10/06/97 Version: 1.50


(JCM)   removed ars_errstr from C code. replaced with ars_errhash.
        modified ARS.pm to refer to hash when $ars_errstr is 
        accessed. $ars_errstr no longer tie'd to main:: package.

(JCM)   bug fix (Sid Van den Heede) "affecting getting of
        displayInstanceList"

(JCM)   bug fix (James LewisMoss) for ars_GetCharMenu()

(JCM)   bug fix (Ian Flanigan) for perl_ARIndexStruct()

(JCM)   modified GetListEntry(), GetEntry(), SetEntry() and 
        DeleteEntry() to make operations on join schemas 
        transparent.

(JCM)   added a ARVerifyUser call to ars_Login so that
        ars_Login() || die() will work as one would expect it to.

(JCM)   added $VERSION to the perl module file.

(JCM)   added "log to file" action to GetFilter action hash 
        (requested by {D.J.Adams at soton.ac.uk})

(JCM)   added updated doc tree to main distribution (contributed by
        {D.J.Adams at soton.ac.uk})

(JCM)   new functions and doc on new functions and new examples for some
        of these new functions.

(JCM) ! altered return value of perl_ARStatusStruct so that it 
        returns a hash of the various StatusStruct members so that
        reversing the operation is simpler. scripts that, for example,
        retrieve active link definitions and print them out that previous
        expected the {message} key to point to a string will need to
        be updated.

(JCM)   added valueType to the assign structure to assist in 



( run in 2.233 seconds using v1.01-cache-2.11-cpan-39bf76dae61 )