Skip to content

Fix #130: Implement file_author in C

Raymond Toy requested to merge issue-130-file-author-in-c into master

Add os_file_author in os-common.c to implement the Lisp file-author function.

Update file-author to call out to os_file_author instead of using unix-stat and unix-getpwuid to get the information. The C function does that for us.

Edited by Raymond Toy

Merge request reports