Home
last modified time | relevance | path

Searched refs:new_changelog_path (Results 1 – 2 of 2) sorted by relevance

/dports/devel/tla/tla-1.3.5/src/tla/libarch/
H A Dcommit.c219 t_uchar * new_changelog_path = 0; in arch_prepare_commit_changeset() local
368 …changelog_add_fd = arch_changeset_add_file (&new_changelog_path, &csr, &make_report, changeset_pat… in arch_prepare_commit_changeset()
532 new_changelog_path = file_name_in_vicinity (0, changeset_path, ",,changelog"); in arch_prepare_commit_changeset()
533 fd = safe_open (new_changelog_path, O_WRONLY | O_CREAT | O_EXCL, 0444); in arch_prepare_commit_changeset()
542 …diff (changelog_diffs_fd, changelog_orig_path, changelog_orig_loc, new_changelog_path, changelog_m… in arch_prepare_commit_changeset()
546 rmrf_file (new_changelog_path); in arch_prepare_commit_changeset()
570 lim_free (0, new_changelog_path); in arch_prepare_commit_changeset()
/dports/multimedia/openshot/openshot-qt-2.6.1/src/windows/
H A Dabout.py410 new_changelog_path = os.path.join(info.PATH, 'resources', '{}.log'.format(project))
412 if os.path.exists(new_changelog_path):
413 log.debug("Reading changelog file: {}".format(new_changelog_path))
414 changelog_list = parse_new_changelog(new_changelog_path)